DataCacheRemove Method (String, String)Windows Server AppFabric Caching Compatibility Library
Removes an object from the cache in a region.

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,
	string region
)

Parameters

key
Type: SystemString
The unique identifier used to access the object in the cache.
region
Type: SystemString
The name of the region where the object is stored.

Return Value

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

Reference