Search for on
Title | Object type | File name | Summary |
---|---|---|---|
CacheableResourceResponse | class | core/ |
Extends ResourceResponse with cacheability. |
CacheableResourceResponse.php | file | core/ |
|
CacheableResponse | class | core/ |
A response that contains and can expose cacheability metadata. |
CacheableResponse.php | file | core/ |
|
CacheableResponseInterface | interface | core/ |
Defines an interface for responses that can expose cacheability metadata. |
CacheableResponseInterface.php | file | core/ |
|
CacheableResponseInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
CacheableResponseInterface::getCacheableMetadata | function | core/ |
Returns the cacheability metadata for this response. |
CacheableResponseTrait | trait | core/ |
Provides an implementation of CacheableResponseInterface. |
CacheableResponseTrait.php | file | core/ |
|
CacheableResponseTrait::$cacheabilityMetadata | property | core/ |
The cacheability metadata. |
CacheableResponseTrait::addCacheableDependency | function | core/ |
|
CacheableResponseTrait::getCacheableMetadata | function | core/ |
|
CacheableSecuredRedirectResponse | class | core/ |
Provides a common base class for cacheable safe redirects. |
CacheableSecuredRedirectResponse.php | file | core/ |
|
CacheableSecuredRedirectResponse::fromResponse | function | core/ |
Copies over the values from the given response. |
CacheableServiceUnavailableHttpException | class | core/ |
A cacheable ServiceUnavailableHttpException. |
CacheableServiceUnavailableHttpException.php | file | core/ |
|
CacheableServiceUnavailableHttpException::__construct | function | core/ |
|
CacheableTestResponse | class | core/ |
|
CacheableTestResponse.php | file | core/ |
|
CacheableTooManyRequestsHttpException | class | core/ |
A cacheable TooManyRequestsHttpException. |
CacheableTooManyRequestsHttpException.php | file | core/ |
|
CacheableTooManyRequestsHttpException::__construct | function | core/ |
|
CacheableUnauthorizedHttpException | class | core/ |
A cacheable UnauthorizedHttpException. |
CacheableUnauthorizedHttpException.php | file | core/ |
|
CacheableUnauthorizedHttpException::__construct | function | core/ |
|
CacheableUnprocessableEntityHttpException | class | core/ |
A cacheable UnprocessableEntityHttpException. |
CacheableUnprocessableEntityHttpException.php | file | core/ |
|
CacheableUnprocessableEntityHttpException::__construct | function | core/ |
|
CacheableUnsupportedMediaTypeHttpException | class | core/ |
A cacheable UnsupportedMediaTypeHttpException. |
CacheableUnsupportedMediaTypeHttpException.php | file | core/ |
|
CacheableUnsupportedMediaTypeHttpException::__construct | function | core/ |
|
CacheBackendDecorator::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
CacheBackendDecorator::logCacheOperation | function | core/ |
Logs a cache operation. |
CacheBackendDecorator::__construct | function | core/ |
|
CacheBackendInterface::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
CacheCollector::__construct | function | core/ |
Constructs a CacheCollector object. |
CacheCollectorTest::testUpdateCacheInvalidatedConflict | function | core/ |
Tests updating the cache when there is a conflict after cache invalidation. |
CacheContextInterface | interface | core/ |
Provides an interface for defining a cache context service. |
CacheContextInterface.php | file | core/ |
|
CacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
CacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
CacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
CacheContextOptimizationTest | class | core/ |
Tests the cache context optimization. |
CacheContextOptimizationTest.php | file | core/ |
|
CacheContextOptimizationTest::$modules | property | core/ |
Modules to install. |
CacheContextOptimizationTest::setUp | function | core/ |
|
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization | function | core/ |
Ensures that 'user.permissions' cache context is able to define cache tags. |
CacheContextOptimizationTest::testUserRolesCacheContextOptimization | function | core/ |
Ensures that 'user.roles' still works when it is optimized away. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.