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)
71
await store.
EvictByTagAsync
("tag1", default);
101
await store.
EvictByTagAsync
("tag1", default);
119
await store.
EvictByTagAsync
("tag1", default);
138
await store.
EvictByTagAsync
("tag1", default);
146
await store.
EvictByTagAsync
("tag3", default);