Initializes a new instance of the CacheEntry class.
Namespace: Nemiro.Data.CachingAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- data
- Type: System Object
The data for the cache entry.
- policy
- Type: System.Runtime.Caching CacheItemPolicy
Cache entry policy.
See Also