Deny delivery of cached pages. File core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php, line 24
The session configuration. Type:
public ChainRequestPolicyInterface::ad
public NoSessionOpen::__construct(SessionConfigurationInterface
Defines the interface for response policy implementations. The response policy is evaluated in order to determine whether a page should be stored
A list of policy rules to apply when this policy is checked. Type: \Drupal\Core\PageCache\ResponsePolicyInterface[]
A list of policy rules to apply when this policy is evaluated. Type: \Drupal\Core\PageCache\RequestPolicyInterface[]
Reject when running from the command line or when HTTP method is not safe. The policy denies caching if the request was initiated from the command
public DefaultRequestPolicy::__construct(SessionConfigurationInterface
Implements a compound request policy. When evaluating the compound policy, all of the contained rules are applied to the request. The overall
Page 3 of 4