CacheEntry ClassNemiro.Data.dll
Serializable cache entry.
Inheritance Hierarchy

System Object
  Nemiro.Data.Caching CacheEntry

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

[SerializableAttribute]
public class CacheEntry

The CacheEntry type exposes the following members.

Constructors

  NameDescription
Public methodCacheEntry(Object)
Initializes a new instance of the CacheEntry class.
Public methodCacheEntry(Object, CacheItemPolicy)
Initializes a new instance of the CacheEntry class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyPolicy
Cache entry policy.
Public propertyValue
The data for the cache entry.
Top
See Also