Class AbpOpenIddictCacheBase<TEntity, TModel, TStore>
Inheritance
AbpOpenIddictCacheBase<TEntity, TModel, TStore>
Assembly: Volo.Abp.OpenIddict.Domain.dll
Syntax
public class AbpOpenIddictCacheBase<TEntity, TModel, TStore> where TEntity : class where TModel : class
Type Parameters
Name |
Description |
TEntity |
|
TModel |
|
TStore |
|
Constructors
AbpOpenIddictCacheBase(IDistributedCache<TModel>, IDistributedCache<TModel[]>, TStore)
Declaration
protected AbpOpenIddictCacheBase(IDistributedCache<TModel> cache, IDistributedCache<TModel[]> arrayCache, TStore store)
Parameters
Properties
ArrayCache
Declaration
protected IDistributedCache<TModel[]> ArrayCache { get; }
Property Value
Cache
Declaration
protected IDistributedCache<TModel> Cache { get; }
Property Value
Logger
Declaration
public ILogger<AbpOpenIddictCacheBase<TEntity, TModel, TStore>> Logger { get; set; }
Property Value
Store
Declaration
protected TStore Store { get; }
Property Value
Extension Methods