DataCache.Remove Method (String)
Removes an object from 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 region.
Return Value
Type: System.BooleanTrue if the object identified by the key is removed; otherwise, false.
Show: