Class FeatureValueCacheItemInvalidator
Inheritance
FeatureValueCacheItemInvalidator
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureValueCacheItemInvalidator : ILocalEventHandler<EntityChangedEventData<FeatureValue>>, IEventHandler, 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
Returns
HandleEventAsync(EntityChangedEventData<FeatureValue>)
Declaration
public virtual Task HandleEventAsync(EntityChangedEventData<FeatureValue> eventData)
Parameters
Returns
Implements
Extension Methods