DataCache.Remove Method (String, DataCacheLockHandle)
Removes an object from the cache with an associated lock handle.
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.
- lockHandle
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheLockHandle
The object that was returned when the object is removed.
Show: