Search Results for

    Show / Hide Table of Contents

    Interface IInProcessObjectCache

    Defines an object cache that is in process

    Inherited Members
    IObjectCache.Remove(String)
    IObjectCache.Replace<T>(String, TimeSpan, DateTime, T)
    IObjectCache.RemoveStartsWith(String)
    IObjectCache.GetOrCreate<T>(String, Func<T, TimeSpan>, Func<T, DateTime>, Func<T>)
    IObjectCache.GetOrCreateAsync<T>(String, Func<T, TimeSpan>, Func<T, DateTime>, Func<Task<T>>)
    IObjectCache.TryGetOrCreate<T>(String, Func<T, TimeSpan>, Func<T, DateTime>, Func<T>, T)
    IObjectCache.Get(String)
    IObjectCache.TryGet(String, Object)
    Namespace: ImageVault.Common.Data.Caching
    Assembly: ImageVault.Common.dll
    Syntax
    public interface IInProcessObjectCache : IObjectCache

    Extension Methods

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