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