Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResponseCacheStrategy.php

ResponseCacheStrategy::$flagDirectives

Type: flagDirectives

File

vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php, line 41

Class

ResponseCacheStrategy
ResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different response cache headers.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

private array $flagDirectives = [
    'no-cache' => null,
    'no-store' => null,
    'no-transform' => null,
    'must-revalidate' => null,
    'proxy-revalidate' => null,
    'public' => null,
    'private' => null,
    'immutable' => null,
];
RSS feed
Powered by Drupal