DataCache::Remove Method (String^, DataCacheLockHandle^, String^)
Removes an object from the cache with an associated lock handle in a region. This overload is not supported in Windows Azure Shared Caching.
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.
- lockHandle
-
Type:
Microsoft.ApplicationServer.Caching::DataCacheLockHandle^
The object that was returned when the object was removed.
- region
-
Type:
System::String^
The name of the region the object resides in.
Show: