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