DataCacheGetObjectsByTag Method Windows Server AppFabric Caching Compatibility Library
Retrieves a list of all cached objects in the region that match the specified tag.

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

public IEnumerable<KeyValuePair<string, Object>> GetObjectsByTag(
	DataCacheTag tag,
	string region
)

Parameters

tag
Type: Soss.Compat.WSAFDataCacheTag
The tag to match the objects.
region
Type: SystemString
The name of the region where to search for matching objects.

Return Value

Type: IEnumerableKeyValuePairString, Object
An enumerable list of all cached objects in the specified region that have the specified tag. When there are no matching objects found, Null is returned.
See Also

Reference