Interface IConcurrencyCache<T>
Abstract interface to model data caching with concurrency support
Inherited Members
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IConcurrencyCache<T> : ICache<T> where T : class
Type Parameters
T
|