1 reference to SetCacheKeyPrefix
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyBuilderTests.cs (1)
204
var policy2 = new OutputCachePolicyBuilder().
SetCacheKeyPrefix
(context => "tenant2").Build();