DataCacheGet Method (String, DataCacheItemVersion, String)Windows Server AppFabric Caching Compatibility Library
Gets an object from the specified region using object's key and returns its current version.

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

public Object Get(
	string key,
	out DataCacheItemVersion version,
	string region
)

Parameters

key
Type: SystemString
The unique identifier used to access the object in the cache.
version
Type: Soss.Compat.WSAFDataCacheItemVersion
The version of the retrieved object (output parameter).
region
Type: SystemString
The name of the region where the object is stored.

Return Value

Type: Object
The object in the cache that was stored by using the specified key. If the key does not exist, null is returned.
See Also

Reference