GetCacheItem Method (String)
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)
Parameters
- key
- Type: System..::..String
The unique value that is used to identify the object in the cache.
Return Value
Type: Microsoft.ApplicationServer.Caching..::..DataCacheItemADataCacheItem object that contains all information associated with your cached object. Null is returned if the key does not exist.