CacheEntry Constructor (Object, CacheItemPolicy)Nemiro.Data.dll
Initializes a new instance of the CacheEntry class.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public CacheEntry(
	Object data,
	CacheItemPolicy policy
)

Parameters

data
Type: System Object
The data for the cache entry.
policy
Type: System.Runtime.Caching CacheItemPolicy
Cache entry policy.
See Also