CacheEntryPolicy ClassNemiro.Data.dll
Serizalized cache entry policy.
Inheritance Hierarchy

System Object
  Nemiro.Data.Caching CacheEntryPolicy

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

[SerializableAttribute]
public class CacheEntryPolicy

The CacheEntryPolicy type exposes the following members.

Constructors

  NameDescription
Public methodCacheEntryPolicy 
Initializes a new instance of the CacheEntryPolicy class.
Public methodCacheEntryPolicy(CacheItemPolicy)
Initializes a new instance of the CacheEntryPolicy 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 propertyAbsoluteExpiration
The fixed date and time at which the cache entry will expire.
Public propertySlidingExpiration
Gets or sets a value that indicates whether a cache entry should be evicted if it has not been accessed in a given span of time.
Top
See Also