Initializes a new instance of CacheItem with the specified key and value and region.
Overload | Description |
---|---|
CacheItem() | Initializes a new instance of CacheItem. |
CacheItem(string) | Initializes a new instance of CacheItem with the specified key. |
CacheItem(string,object) | Initializes a new instance of CacheItem with the specified key and value. |
CacheItem(string,object,string) | Initializes a new instance of CacheItem with the specified key and value and region. |