Implemented interface member:
method
EvictByTagAsync
Microsoft.AspNetCore.OutputCaching.IOutputCacheStore.EvictByTagAsync(System.String, System.Threading.CancellationToken)
5 references to EvictByTagAsync
Microsoft.AspNetCore.OutputCaching.Tests (5)
MemoryOutputCacheStoreTests.cs (5)
71await store.EvictByTagAsync("tag1", default); 101await store.EvictByTagAsync("tag1", default); 119await store.EvictByTagAsync("tag1", default); 138await store.EvictByTagAsync("tag1", default); 146await store.EvictByTagAsync("tag3", default);