Class FeatureValueCacheItemInvalidator
Inheritance
System.Object
FeatureValueCacheItemInvalidator
Implements
ITransientDependency
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureValueCacheItemInvalidator : ILocalEventHandler<EntityChangedEventData<FeatureValue>>, ITransientDependency
Constructors
FeatureValueCacheItemInvalidator(IDistributedCache<FeatureValueCacheItem>)
Declaration
public FeatureValueCacheItemInvalidator(IDistributedCache<FeatureValueCacheItem> cache)
Parameters
Properties
Cache
Declaration
protected IDistributedCache<FeatureValueCacheItem> Cache { get; }
Property Value
Methods
CalculateCacheKey(String, String, String)
Declaration
protected virtual string CalculateCacheKey(string name, string providerName, string providerKey)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
providerName |
|
System.String |
providerKey |
|
Returns
Type |
Description |
System.String |
|
HandleEventAsync(EntityChangedEventData<FeatureValue>)
Declaration
public virtual Task HandleEventAsync(EntityChangedEventData<FeatureValue> eventData)
Parameters
Returns
Implements
ITransientDependency
Extension Methods