Class MvcCurrentApplicationConfigurationCacheResetEventHandler
Inheritance
MvcCurrentApplicationConfigurationCacheResetEventHandler
Assembly: Volo.Abp.AspNetCore.Mvc.Client.dll
Syntax
public class MvcCurrentApplicationConfigurationCacheResetEventHandler : ILocalEventHandler<CurrentApplicationConfigurationCacheResetEventData>, IEventHandler, ITransientDependency
Constructors
MvcCurrentApplicationConfigurationCacheResetEventHandler(ICurrentUser, IDistributedCache<ApplicationConfigurationDto>)
Declaration
public MvcCurrentApplicationConfigurationCacheResetEventHandler(ICurrentUser currentUser, IDistributedCache<ApplicationConfigurationDto> cache)
Parameters
Properties
Cache
Declaration
protected IDistributedCache<ApplicationConfigurationDto> Cache { get; }
Property Value
CurrentUser
Declaration
protected ICurrentUser CurrentUser { get; }
Property Value
Methods
CreateCacheKey()
Declaration
protected virtual string CreateCacheKey()
Returns
HandleEventAsync(CurrentApplicationConfigurationCacheResetEventData)
Declaration
public virtual Task HandleEventAsync(CurrentApplicationConfigurationCacheResetEventData eventData)
Parameters
Returns
Implements
Extension Methods