Class CacheEntry
- Namespace
- Akavache
- Assembly
- Akavache.dll
Represents an entry in a memory cache.
- Inheritance
-
Cache
Entry
- Extension Methods
Constructors
CacheEntry()
Properties
CreatedAt
Gets or sets the date and time when the cache entry was created.
Property Value
ExpiresAt
Gets or sets the date and time when the cache entry will expire.
Property Value
Id
Gets or sets the unique identifier for the cache entry.
Property Value
TypeName
Gets or sets the type name associated with the cache entry.
Property Value
Value
Gets or sets the serialized value stored in the cache entry.
Property Value
- byte[]