Class AbpDistributedCacheOptions
Inheritance
System.Object
AbpDistributedCacheOptions
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public class AbpDistributedCacheOptions : object
Constructors
AbpDistributedCacheOptions()
Declaration
public AbpDistributedCacheOptions()
Properties
CacheConfigurators
List of all cache configurators. (func argument:Name of cache)
Declaration
public List<Func<string, DistributedCacheEntryOptions>> CacheConfigurators { get; set; }
Property Value
Type | Description |
---|---|
List<Func<System.String, DistributedCacheEntryOptions>> |
GlobalCacheEntryOptions
Global Cache entry options.
Declaration
public DistributedCacheEntryOptions GlobalCacheEntryOptions { get; set; }
Property Value
Type | Description |
---|---|
DistributedCacheEntryOptions |
HideErrors
Throw or hide exceptions for the distributed cache.
Declaration
public bool HideErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeyPrefix
Cache key prefix.
Declaration
public string KeyPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |