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