Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Cache/CacheableResponse.php \Drupal\Core\Cache\CacheableResponse
  2. 9 core/lib/Drupal/Core/Cache/CacheableResponse.php \Drupal\Core\Cache\CacheableResponse

A response that contains and can expose cacheability metadata.

Supports Drupal's caching concepts: cache tags for invalidation and cache contexts for variations.

Hierarchy

Expanded class hierarchy of CacheableResponse

See also

\Drupal\Core\Cache\Cache

\Drupal\Core\Cache\CacheableMetadata

\Drupal\Core\Cache\CacheableResponseTrait

9 files declare their use of CacheableResponse
DefaultExceptionSubscriber.php in core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
DefaultFormatTestController.php in core/modules/system/tests/modules/default_format_test/src/DefaultFormatTestController.php
DynamicPageCacheTestController.php in core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php
FinalExceptionSubscriber.php in core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
PageCacheAcceptHeaderController.php in core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php

... See full list

File

core/lib/Drupal/Core/Cache/CacheableResponse.php, line 17

Namespace

Drupal\Core\Cache
View source
class CacheableResponse extends Response implements CacheableResponseInterface {
  use CacheableResponseTrait;

}

Members