Class DistributedCacheKeyNormalizer
Inheritance
DistributedCacheKeyNormalizer
Assembly: Volo.Abp.Caching.dll
Syntax
public class DistributedCacheKeyNormalizer : IDistributedCacheKeyNormalizer, ITransientDependency
Constructors
DistributedCacheKeyNormalizer(ICurrentTenant, IOptions<AbpDistributedCacheOptions>)
Declaration
public DistributedCacheKeyNormalizer(ICurrentTenant currentTenant, IOptions<AbpDistributedCacheOptions> distributedCacheOptions)
Parameters
Properties
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
DistributedCacheOptions
Declaration
protected AbpDistributedCacheOptions DistributedCacheOptions { get; }
Property Value
Methods
NormalizeKey(DistributedCacheKeyNormalizeArgs)
Declaration
public virtual string NormalizeKey(DistributedCacheKeyNormalizeArgs args)
Parameters
Returns
Implements
Extension Methods