DataCache.Item Property (String)
Allows for the use of array notation to access cached objects.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Parameters
- key
-
Type:
System.String
The key that is used to save the cached object.
Property Value
Type: System.ObjectA deserialized object that was saved to the cache that uses the key.
This method enables array notation.
Show: