DataCache::Remove Method (String^, String^)
Removes an object from the cache 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.
- region
-
Type:
System::String^
The name of the region the object resides in.
Show: