Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft