We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f3015 commit db7227fCopy full SHA for db7227f
aspnetcore/performance/caching/output/samples/7.x/Program.cs
@@ -59,7 +59,7 @@ public static void Main(string[] args)
59
//<policies3c>
60
builder.Services.AddOutputCache(options =>
61
{
62
- options.AddBasePolicy(builder =>
+ options.AddPolicy("CachePost", builder =>
63
builder.AddPolicy<MyCustomPolicy2>(), true);
64
});
65
//</policies3c>
0 commit comments