DataCache::Remove Method

 

Removes an object from the cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

NameDescription
System_CAPS_pubmethodRemove(String^)

Removes an object from the cache.

System_CAPS_pubmethodRemove(String^, DataCacheItemVersion^)

Removes an object with a specific version from the cache.

System_CAPS_pubmethodRemove(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.

System_CAPS_pubmethodRemove(String^, DataCacheLockHandle^)

Removes an object from the cache with an associated lock handle.

System_CAPS_pubmethodRemove(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.

System_CAPS_pubmethodRemove(String^, String^)

Removes an object from the cache in a region. This overload is not supported in Windows Azure Shared Caching.

Return to top
Show: