2 implementations of EvictByTagAsync
Microsoft.AspNetCore.OutputCaching (1)
Memory\MemoryOutputCacheStore.cs (1)
26
public ValueTask
EvictByTagAsync
(string tag, CancellationToken cancellationToken)
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
165
async ValueTask IOutputCacheStore.
EvictByTagAsync
(string tag, CancellationToken cancellationToken)