Defines the interface for compound request policies.
Hierarchy
- interface \Drupal\Core\PageCache\ResponsePolicyInterface
- interface \Drupal\Core\PageCache\ChainResponsePolicyInterface
File
- core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php, line 8
Namespace
Drupal\Core\PageCache
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ChainResponsePolicyInterface::addPolicy | public | function | Add a policy to the list of policy rules. |
| ResponsePolicyInterface::check | public | function | Determines whether it is save to store a page in the cache. |
| ResponsePolicyInterface::DENY | constant | Deny storage of a page in the cache. |
Please login to continue.