Show / Hide Table of Contents

Interface IConcurrencyCache<T>

Abstract interface to model data caching with concurrency support

Inherited Members
ICache<T>.Get(String)
ICache<T>.GetAsync(String, CancellationToken)
ICache<T>.GetOrAdd(String, TimeSpan, Func<T>)
ICache<T>.GetOrAddAsync(String, TimeSpan, Func<CancellationToken, Task<T>>, CancellationToken)
ICache<T>.Set(String, T, TimeSpan)
ICache<T>.SetAsync(String, T, TimeSpan, CancellationToken)
ICache<T>.RemoveAsync(String, CancellationToken)
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IConcurrencyCache<T> : ICache<T> where T : class
Type Parameters
T

Back to top Generated by DocFX