Interface CacheStatCounter.ICacheStatRecord
Defines a statistics record that is used to track the statistics of a cache operation
Namespace: ImageVault.Common.Data.Caching
Assembly: ImageVault.Common.dll
Syntax
public interface ICacheStatRecord
Properties
IsHit
Set this if the cache was successfully hit
Declaration
bool IsHit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |