1 reference to SetCacheKeyPrefix
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyBuilderTests.cs (1)
205
var policy3 = new OutputCachePolicyBuilder().
SetCacheKeyPrefix
((context, cancellationToken) => ValueTask.FromResult("tenant3")).Build();