4 references to SetCacheKeyPrefixPolicy
Microsoft.AspNetCore.OutputCaching (3)
OutputCachePolicyBuilder.cs (3)
175return AddPolicy(new SetCacheKeyPrefixPolicy(varyByKeyFunc)); 191return AddPolicy(new SetCacheKeyPrefixPolicy(varyByKeyFunc)); 202return AddPolicy(new SetCacheKeyPrefixPolicy(keyPrefix));
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePoliciesTests.cs (1)
277IOutputCachePolicy policy = new SetCacheKeyPrefixPolicy((context, cancellationToken) => ValueTask.FromResult(value));