2 writes to IsCacheEntryFresh
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
270context.IsCacheEntryFresh = true; 276context.IsCacheEntryFresh = false;
1 reference to IsCacheEntryFresh
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
280if (context.IsCacheEntryFresh)