DefaultRequestPolicy
  • References/PHP/Drupal/PageCache/DefaultRequestPolicy

The default page cache request policy. Delivery of cached pages is denied if either the application is running from the command line or the

2025-01-10 15:47:30
CommandLineOrUnsafeMethod::isCli
  • References/PHP/Drupal/PageCache/RequestPolicy/CommandLineOrUnsafeMethod

protected CommandLineOrUnsafeMet

2025-01-10 15:47:30
ChainResponsePolicy::addPolicy
  • References/PHP/Drupal/PageCache/ChainResponsePolicy

public ChainResponsePolicy::addPolicy(ResponsePolicyInterface

2025-01-10 15:47:30
RequestPolicyInterface::ALLOW
  • References/PHP/Drupal/PageCache/RequestPolicyInterface

Allow delivery of cached pages. File core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php, line

2025-01-10 15:47:30
ChainRequestPolicy::addPolicy
  • References/PHP/Drupal/PageCache/ChainRequestPolicy

public ChainRequestPolicy::addPolicy(RequestPolicyInterface

2025-01-10 15:47:30
ResponsePolicyInterface::DENY
  • References/PHP/Drupal/PageCache/ResponsePolicyInterface

Deny storage of a page in the cache. File core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php

2025-01-10 15:47:30
NoSessionOpen
  • References/PHP/Drupal/PageCache/RequestPolicy/NoSessionOpen

A policy allowing delivery of cached pages when there is no session open. Do not serve cached pages to authenticated users, or to anonymous

2025-01-10 15:47:30
ChainResponsePolicy
  • References/PHP/Drupal/PageCache/ChainResponsePolicy

Implements a compound response policy. When evaluating the compound policy, all of the contained rules are applied to the response. The overall

2025-01-10 15:47:30
ResponsePolicyInterface::check
  • References/PHP/Drupal/PageCache/ResponsePolicyInterface

public ResponsePolicyInterface::check(Response

2025-01-10 15:47:30
RequestPolicyInterface
  • References/PHP/Drupal/PageCache/RequestPolicyInterface

Defines the interface for request policy implementations. The request policy is evaluated in order to determine whether delivery of a cached

2025-01-10 15:47:30