DataCache::Remove Method
Removes an object from the cache.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Remove(String^) | Removes an object from the cache. |
![]() | Remove(String^, DataCacheItemVersion^) | Removes an object with a specific version from the cache. |
![]() | Remove(String^, DataCacheItemVersion^, String^) | Removes an object with a specific version from the cache in a region. This overload is not supported in Windows Azure Shared Caching. |
![]() | Remove(String^, DataCacheLockHandle^) | Removes an object from the cache with an associated lock handle. |
![]() | Remove(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. |
![]() | Remove(String^, String^) | Removes an object from the cache in a region. This overload is not supported in Windows Azure Shared Caching. |
Show:
