1 override of RemoveAsync
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.cs (1)
206
public override ValueTask
RemoveAsync
(string key, CancellationToken token = default)
3 references to RemoveAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\HybridCacheCircuitPersistenceProvider.cs (1)
83
await _hybridCache.
RemoveAsync
(circuitId.Secret, cancellation);
Microsoft.Extensions.Caching.Abstractions (2)
Hybrid\HybridCache.cs (2)
378
ICollection<string> { Count: 1 } =>
RemoveAsync
(keys.First(), cancellationToken),
387
await @this.
RemoveAsync
(key, cancellationToken).ConfigureAwait(false);