ResponsePolicyInterface::DENY

Same name in other branches
  1. 9 core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php \Drupal\Core\PageCache\ResponsePolicyInterface::DENY
  2. 10 core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php \Drupal\Core\PageCache\ResponsePolicyInterface::DENY
  3. 11.x core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php \Drupal\Core\PageCache\ResponsePolicyInterface::DENY

Deny storage of a page in the cache.

File

core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php, line 20

Class

ResponsePolicyInterface
Defines the interface for response policy implementations.

Namespace

Drupal\Core\PageCache

Code

const DENY = 'deny';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.