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)