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