Search Results for

    Show / Hide Table of Contents

    Enum CacheType

    Defines the different types of cache

    Namespace: ImageVault.Common.Data.Caching
    Assembly: ImageVault.Common.dll
    Syntax
    [Flags]
    public enum CacheType

    Fields

    Name Description
    Default

    Unspecified type, the default cache for the system

    InProcess

    An in process cache

    OutOfProcess

    An out of process cache

    Extension Methods

    EnumExtensions.GetName()
    EnumExtensions.GetNames<CacheType>()
    EnumExtensions.GetAttribute<TAttribute>()
    In This Article
    Back to top (c) Meriworks 2002-2022