DataCacheItem Property Windows Server AppFabric Caching Compatibility Library
Gets or sets a cached item using default parameters.

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 this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key of the object in the cache.

Return Value

Type: Object
The object stored in the cache, or null if the object is not present in the cache.
See Also

Reference