Show / Hide Table of Contents

Class DistributedCacheKeyNormalizer

Inheritance
System.Object
DistributedCacheKeyNormalizer
Implements
IDistributedCacheKeyNormalizer
ITransientDependency
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.dll
Syntax
public class DistributedCacheKeyNormalizer : object, IDistributedCacheKeyNormalizer, ITransientDependency

Constructors

DistributedCacheKeyNormalizer(ICurrentTenant, IOptions<AbpDistributedCacheOptions>)

Declaration
public DistributedCacheKeyNormalizer(ICurrentTenant currentTenant, IOptions<AbpDistributedCacheOptions> distributedCacheOptions)
Parameters
Type Name Description
ICurrentTenant currentTenant
IOptions<AbpDistributedCacheOptions> distributedCacheOptions

Properties

CurrentTenant

Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Type Description
ICurrentTenant

DistributedCacheOptions

Declaration
protected AbpDistributedCacheOptions DistributedCacheOptions { get; }
Property Value
Type Description
AbpDistributedCacheOptions

Methods

NormalizeKey(DistributedCacheKeyNormalizeArgs)

Declaration
public virtual string NormalizeKey(DistributedCacheKeyNormalizeArgs args)
Parameters
Type Name Description
DistributedCacheKeyNormalizeArgs args
Returns
Type Description
System.String

Implements

IDistributedCacheKeyNormalizer
ITransientDependency

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