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