6 references to _memoryCache
aspire (6)
Mcp\Docs\DocsCache.cs (6)
23
if (
_memoryCache
.TryGetValue(cacheKey, out string? content))
42
_memoryCache
.Set(cacheKey, content);
54
if (
_memoryCache
.TryGetValue(cacheKey, out string? etag))
74
_memoryCache
.Remove(cacheKey);
80
_memoryCache
.Set(cacheKey, etag);
92
_memoryCache
.Remove(cacheKey);