The ICacheStatisticRecord type exposes the following members.
Properties
Name | Description | |
---|---|---|
CacheTimeStamp |
The DateTime when the object was inserted to the cache.
| |
Database |
Database where the cached item origins
| |
Key |
Key of the object as a string
| |
Length |
The size in bytes of the object
| |
LoadTime |
The time spent on creating the object
| |
NrOfHits |
The number of times the object have been retrieved from the cache
| |
RepositoryTimeStamp |
The DateTime when the object was last updated in the underlying repository (eg. database)
|
See Also