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