Defines the interface for compound request policies.
Hierarchy
- interface \Drupal\Core\PageCache\RequestPolicyInterface
- interface \Drupal\Core\PageCache\ChainRequestPolicyInterface
File
- core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php, line 8
Namespace
Drupal\Core\PageCache
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ChainRequestPolicyInterface::addPolicy | public | function | Add a policy to the list of policy rules. |
RequestPolicyInterface::ALLOW | constant | Allow delivery of cached pages. | |
RequestPolicyInterface::check | public | function | Determines whether delivery of a cached page should be attempted. |
RequestPolicyInterface::DENY | constant | Deny delivery of cached pages. |
Please login to continue.