Public Member Functions | |
CacheItem () | |
Initializes a new instance of the CacheItem<T> class. More... | |
CacheItem (T item) | |
Initializes a new instance of the CacheItem<T> class. More... | |
Public Attributes | |
readonly DateTime | UtcCreated |
Gets the UTC creation time of the cache item. More... | |
readonly T | Value |
Gets the value. More... | |
Properties | |
TimeSpan | ItemAge [get] |
Gets the itema age. More... | |
|
inline |
Initializes a new instance of the CacheItem<T> class.
|
inline |
Initializes a new instance of the CacheItem<T> class.
item | The item. |
readonly DateTime ExitGames.Caching.CacheItem< T >.UtcCreated |
Gets the UTC creation time of the cache item.
readonly T ExitGames.Caching.CacheItem< T >.Value |
Gets the value.
|
get |
Gets the itema age.