Serizalized cache entry policy.
Inheritance Hierarchy
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
The CacheEntryPolicy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CacheEntryPolicy |
Initializes a new instance of the CacheEntryPolicy class.
| |
| CacheEntryPolicy(CacheItemPolicy) |
Initializes a new instance of the CacheEntryPolicy class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AbsoluteExpiration |
The fixed date and time at which the cache entry will expire.
| |
| SlidingExpiration |
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.
|
See Also