DataCache.Put Method (String, Object)
Adds or replaces an object in the cache.
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. Key names must be less than 65 KB.
- value
-
Type:
System.Object
The object to add or replace.
Return Value
Type: Microsoft.ApplicationServer.Caching.DataCacheItemVersionA DataCacheItemVersion object that represents the version of the object saved to the cache under the key value.
Show: