DataCacheItemFactory Class

 

Used to create DataCacheItem objects as a part of implementing a read-through or write-behind provider.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheItemFactory

Syntax

public static class DataCacheItemFactory
public ref class DataCacheItemFactory abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DataCacheItemFactory = class end
Public NotInheritable Class DataCacheItemFactory

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetCacheItem(DataCacheItemKey, String, Object, IEnumerable<DataCacheTag>)

Creates a DataCacheItem object using the specified parameters.

Remarks

Applies only to Microsoft AppFabric 1.1 for Windows Server.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top