CacheableAjaxResponse.php

Same filename and directory in other branches
  1. 10 core/lib/Drupal/Core/Cache/CacheableAjaxResponse.php

Namespace

Drupal\Core\Cache

File

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

View source
<?php

namespace Drupal\Core\Cache;

use Drupal\Core\Ajax\AjaxResponse;

/**
 * A AjaxResponse 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 CacheableAjaxResponse extends AjaxResponse implements CacheableResponseInterface {
    use CacheableResponseTrait;

}

Classes

Title Deprecated Summary
CacheableAjaxResponse A AjaxResponse that contains and can expose cacheability metadata.

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