CacheEntry Constructor (Object)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
)

Parameters

data
Type: System Object
The data for the cache entry.
See Also