Class AllowedCorsOriginsCacheItemInvalidator
Inheritance
AllowedCorsOriginsCacheItemInvalidator
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AllowedCorsOriginsCacheItemInvalidator : ILocalEventHandler<EntityChangedEventData<Client>>, ILocalEventHandler<EntityChangedEventData<ClientCorsOrigin>>, IEventHandler, ITransientDependency
Constructors
AllowedCorsOriginsCacheItemInvalidator(IDistributedCache<AllowedCorsOriginsCacheItem>)
Declaration
public AllowedCorsOriginsCacheItemInvalidator(IDistributedCache<AllowedCorsOriginsCacheItem> cache)
Parameters
Properties
Cache
Declaration
protected IDistributedCache<AllowedCorsOriginsCacheItem> Cache { get; }
Property Value
Methods
HandleEventAsync(EntityChangedEventData<ClientCorsOrigin>)
Declaration
public virtual Task HandleEventAsync(EntityChangedEventData<ClientCorsOrigin> eventData)
Parameters
Returns
HandleEventAsync(EntityChangedEventData<Client>)
Declaration
public virtual Task HandleEventAsync(EntityChangedEventData<Client> eventData)
Parameters
Returns
Implements
Extension Methods