- CacheItem
CacheItem
Namespace: Shared.Classes
Assembly: SharedLib
Cached item Used by Cache manager for a cached itemConstructors
#ctor(String,Object) | Constructor |
Properties
Created | Date/Time cache Item set |
LastUpdated | Date/Time cached item last updated |
Name | Name of cached item |
ResetMaximumAge | Reset's the age of the item when retrieved |
Value | Cached item |
Index | Search index for fast lookup |
Methods
GetValue(Boolean) | Returns the cached item |