Class AbpDistributedCacheOptions
Inheritance
AbpDistributedCacheOptions
Assembly: Volo.Abp.Caching.dll
Syntax
public class AbpDistributedCacheOptions
Constructors
AbpDistributedCacheOptions()
Declaration
public AbpDistributedCacheOptions()
Properties
CacheConfigurators
Declaration
public List<Func<string, DistributedCacheEntryOptions?>> CacheConfigurators { get; set; }
Property Value
GlobalCacheEntryOptions
Declaration
public DistributedCacheEntryOptions GlobalCacheEntryOptions { get; set; }
Property Value
HideErrors
Declaration
public bool HideErrors { get; set; }
Property Value
KeyPrefix
Declaration
public string KeyPrefix { get; set; }
Property Value
Methods
ConfigureCache(string, DistributedCacheEntryOptions?)
Declaration
public void ConfigureCache(string cacheName, DistributedCacheEntryOptions? options)
Parameters
ConfigureCache(Type, DistributedCacheEntryOptions?)
Declaration
public void ConfigureCache(Type cacheItemType, DistributedCacheEntryOptions? options)
Parameters
ConfigureCache<TCacheItem>(DistributedCacheEntryOptions?)
Declaration
public void ConfigureCache<TCacheItem>(DistributedCacheEntryOptions? options)
Parameters
Type Parameters
Name |
Description |
TCacheItem |
|
Extension Methods