Serializable cache entry.
Inheritance Hierarchy
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
The CacheEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CacheEntry(Object) |
Initializes a new instance of the CacheEntry class.
|
![]() | CacheEntry(Object, CacheItemPolicy) |
Initializes a new instance of the CacheEntry 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 | |
---|---|---|
![]() | Policy |
Cache entry policy.
|
![]() | Value |
The data for the cache entry.
|
See Also