Search Results for

    Show / Hide Table of Contents

    Enum ClientCacheExpirations

    Defines the different cache expiration strategies.

    Namespace: ImageVault.Client.Configuration
    Assembly: ImageVault.Client.dll
    Syntax
    public enum ClientCacheExpirations

    Fields

    Name Description
    Absolute

    Will expire the cached item when the duration is up.

    Sliding

    Will expire the cached item if it has not been accessed within the cache duration.

    Extension Methods

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