DataCacheRemove Method (String, DataCacheLockHandle)Windows Server AppFabric Caching Compatibility Library
Removes object from the cache.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

public bool Remove(
	string key,
	DataCacheLockHandle lockHandle
)

Parameters

key
Type: SystemString
The unique identifier used to access the object in the cache.
lockHandle
Type: Soss.Compat.WSAFDataCacheLockHandle
The lock ticket for the object to be removed.

Return Value

Type: Boolean
true if the object is removed successfully - otherwise, false.
See Also

Reference