Method | Description | |
---|---|---|
CacheItem ( string key, object value ) : System |
Initializes a new instance of the CacheItem class
|
|
UpdateLastAccessed ( ) : void |
Refresh the last accessed time
|
public CacheItem ( string key, object value ) : System | ||
key | string | the cache key |
value | object | the value to cache |
return | System |