DataCacheGet Method (String)Windows Server AppFabric Caching Compatibility Library
Gets an object from the cache using the specified key.

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
)

Parameters

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

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