1 write to _memoryCache
HtmlGenerationWebSite (1)
ProductsService.cs (1)
30_memoryCache = memoryCache;
2 references to _memoryCache
HtmlGenerationWebSite (2)
ProductsService.cs (2)
38if (!_memoryCache.TryGetValue(key, out products)) 41products = _memoryCache.Set<IEnumerable<Product>>(