ICacheStatisticRecord Interface

Statistic information for a object in an object cache

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public interface ICacheStatisticRecord

Properties

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