DataCache Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The object that is used by cache-enabled applications for storing and retrieving objects from the cache cluster. An instance of this object is referred to as the cache client.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class DataCache
'Usage
Dim instance As DataCache
[DefaultMemberAttribute("Item")] 
public abstract class DataCache
[DefaultMemberAttribute(L"Item")] 
public ref class DataCache abstract
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class DataCache
DefaultMemberAttribute("Item") 
public abstract class DataCache

Remarks

There are multiple options for cache clients, which are specified in the application configuration settings. For more information, see Cache Clients and Local Cache (Velocity). and Application Configuration Settings (Velocity).

Inheritance Hierarchy

System.Object
  Microsoft.Data.Caching.DataCache

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

Reference

DataCache Members
Microsoft.Data.Caching Namespace