DataCacheFactoryGetCache Method Windows Server AppFabric Caching Compatibility Library
Returns an instance of the DataCache object that represents the cache client.

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

public DataCache GetCache(
	string cacheName
)

Parameters

cacheName
Type: SystemString
The named cache to use for cache operations.

Return Value

Type: DataCache
The cache client, an instance of the DataCache object.
Remarks

Before working with the cache, you must instantiate the DataCacheFactory class.
See Also

Reference