DataCacheGetCacheItem Method (String)Windows Server AppFabric Caching Compatibility Library
Retrieves all information associated with the cached object in the ScaleOut data grid.

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

public DataCacheItem GetCacheItem(
	string key
)

Parameters

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

Return Value

Type: DataCacheItem
A DataCacheItem that contains the key, value and additional metadata associated with the object. If the key does not exist then null is returned.
See Also

Reference