1 implementation of Context
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheFeature.cs (1)
13public OutputCacheContext Context { get; }
1 reference to Context
OutputCachingSample (1)
Startup.cs (1)
68var cacheContext = context.Features.Get<IOutputCacheFeature>()?.Context;