Class DistributedCacheKeyNormalizer
Inheritance
System.Object
DistributedCacheKeyNormalizer
Implements
ITransientDependency
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
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
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods