CacheItemT Properties |
The CacheItemT generic type exposes the following members.
Name | Description | |
---|---|---|
CachedItem |
Gets the cached item.
| |
Expired |
Gets a value indicating whether this CacheItemT has expired, which is the case when ExpiresOnUTC has passed in time.
| |
ExpiresOnUTC |
Gets the expires on date/time, in UTC
| |
Tag |
Gets the tag the cacheitem is cached under.
|