5 writes to AllowCacheLookup
Microsoft.AspNetCore.OutputCaching (2)
Policies\DefaultPolicy.cs (1)
25
context.
AllowCacheLookup
= attemptOutputCaching;
Policies\NoLookupPolicy.cs (1)
20
context.
AllowCacheLookup
= false;
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheMiddlewareTests.cs (1)
995
context.
AllowCacheLookup
= !context.HttpContext.Request.Headers.ContainsKey("X-Refresh");
TestUtils.cs (2)
237
AllowCacheLookup
= true,
389
context.
AllowCacheLookup
= true;
19 references to AllowCacheLookup
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
110
if (context.
AllowCacheLookup
)
Microsoft.AspNetCore.OutputCaching.Tests (18)
OutputCachePoliciesTests.cs (1)
119
Assert.False(context.
AllowCacheLookup
);
OutputCachePolicyBuilderTests.cs (1)
296
Assert.False(context.
AllowCacheLookup
);
OutputCachePolicyProviderTests.cs (16)
57
Assert.True(context.
AllowCacheLookup
);
72
Assert.False(context.
AllowCacheLookup
);
89
Assert.False(context.
AllowCacheLookup
);
122
Assert.True(context.
AllowCacheLookup
);
136
Assert.True(context.
AllowCacheLookup
);
154
Assert.True(context.
AllowCacheLookup
);
172
Assert.True(context.
AllowCacheLookup
);
190
Assert.True(context.
AllowCacheLookup
);
205
Assert.True(context.
AllowCacheLookup
);
218
Assert.True(context.
AllowCacheLookup
);
236
Assert.True(context.
AllowCacheLookup
);
252
Assert.True(context.
AllowCacheLookup
);
327
Assert.True(context.
AllowCacheLookup
);
346
Assert.True(context.
AllowCacheLookup
);
369
Assert.True(context.
AllowCacheLookup
);
392
Assert.True(context.
AllowCacheLookup
);