3 instantiations of SetCacheKeyPrefixPolicy
Microsoft.AspNetCore.OutputCaching (3)
OutputCachePolicyBuilder.cs (3)
175return AddPolicy(new SetCacheKeyPrefixPolicy(varyByKeyFunc)); 191return AddPolicy(new SetCacheKeyPrefixPolicy(varyByKeyFunc)); 202return AddPolicy(new SetCacheKeyPrefixPolicy(keyPrefix));