1 write to Cache
Microsoft.AspNetCore.Mvc.Razor (1)
Infrastructure\DefaultFileVersionProvider.cs (1)
29
Cache
= cacheProvider.Cache;
2 references to Cache
Microsoft.AspNetCore.Mvc.Razor (2)
Infrastructure\DefaultFileVersionProvider.cs (2)
54
if (
Cache
.TryGetValue<string>(path, out var value) && value is not null)
83
Cache
.Set(path, value, cacheEntryOptions);