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

Breadcrumb

  1. Drupal Core 11.1.x

CacheableResponse.php

Namespace

Drupal\Core\Cache

File

core/lib/Drupal/Core/Cache/CacheableResponse.php

View source
<?php

namespace Drupal\Core\Cache;

use Symfony\Component\HttpFoundation\Response;

/**
 * A response that contains and can expose cacheability metadata.
 *
 * Supports Drupal's caching concepts: cache tags for invalidation and cache
 * contexts for variations.
 *
 * @see \Drupal\Core\Cache\Cache
 * @see \Drupal\Core\Cache\CacheableMetadata
 * @see \Drupal\Core\Cache\CacheableResponseTrait
 */
class CacheableResponse extends Response implements CacheableResponseInterface {
    use CacheableResponseTrait;

}

Classes

Title Deprecated Summary
CacheableResponse A response that contains and can expose cacheability metadata.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal