CacheableResponseInterface
interface CacheableResponseInterface (View source)
Defines an interface for responses that can expose cacheability metadata.
Methods
$this
addCacheableDependency(CacheableDependencyInterface|mixed $dependency)
Adds a dependency on an object: merges its cacheability metadata.
getCacheableMetadata()
Returns the cacheability metadata for this response.
Details
$this
addCacheableDependency(CacheableDependencyInterface|mixed $dependency)
Adds a dependency on an object: merges its cacheability metadata.
For instance, when a response depends on some configuration, an entity, or an access result, we must make sure their cacheability metadata is present on the response. This method makes doing that simple.
CacheableMetadata
getCacheableMetadata()
Returns the cacheability metadata for this response.