DataCache.Remove Method

 

Removes an object from the cache.

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

Overload List

Name Description
System_CAPS_pubmethod Remove(String)

Removes an object from the cache.

System_CAPS_pubmethod Remove(String, DataCacheItemVersion)

Removes an object with a specific version from the cache.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod Remove(String, DataCacheLockHandle)

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

System_CAPS_pubmethod 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.

System_CAPS_pubmethod Remove(String, String)

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

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top