Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022