DataCache.GetCacheItem Method

 

Gets a DataCacheItem object to retrieve all information associated with your cached object in the cluster.

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

Overload List

Name Description
System_CAPS_pubmethod GetCacheItem(String)

Gets a DataCacheItem object to retrieve all information associated with your cached object in the cluster.

System_CAPS_pubmethod GetCacheItem(String, String)

Gets a DataCacheItem object to retrieve all information associated with your cached object in the cluster. For objects stored in regions. This overload is not supported in Windows Azure Shared Caching.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top