DataCacheGetSystemRegionName Method Windows Server AppFabric Caching Compatibility Library
Returns the system region name for the specified key. ScaleOut StateServer does have a notion of a system region, so this method returns the name of pseudo system region as "Default_Region_{CacheName}", where {CacheName} represents the cache name associated with the current DataCache instance.

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

public virtual string GetSystemRegionName(
	string key
)

Parameters

key
Type: SystemString
The unique identifier used to access the object in the cache.

Return Value

Type: String
The name of a named cache associated with this DataCache class instance in the following format: "Default_Region_{CacheName}".
See Also

Reference