ICacheStatisticRecord Interface
Statistic information for a object in an object cache
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public interface ICacheStatisticRecord
Public Interface ICacheStatisticRecord
public interface class ICacheStatisticRecord
type ICacheStatisticRecord = interface end
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)
|