2 implementations of Remove
Microsoft.Extensions.Caching.Hybrid.Tests (1)
StampedeTests.cs (1)
51
void IMemoryCache.
Remove
(object key) => throw new NotSupportedException("Intentionally not provided");
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
338
public void
Remove
(object key)
4 references to Remove
aspire (2)
Mcp\Docs\DocsCache.cs (2)
109
_memoryCache.
Remove
(cacheKey);
164
_memoryCache.
Remove
(cacheKey);
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.cs (2)
208
_localCache.
Remove
(key);
322
_localCache.
Remove
(key);