DataCache.Get Method (String)
Gets an object from the cache using the specified key.
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: System.ObjectThe object that was cached by using the specified key. Null is returned if the key does not exist.
Show: