Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
CacheableRouteProviderInterface | interface | core/ |
Extends the router provider interface to provide caching support. |
CacheableRouteProviderInterface.php | file | core/ |
|
CacheableRouteProviderInterface::addExtraCacheKeyPart | function | core/ |
Adds a cache key part to be used in the cache ID of the route collection. |
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/ |
|
CacheableTestDomainObject | class | core/ |
|
CacheableTestDomainObject.php | file | 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 | class | core/ |
Wraps an existing cache backend to track calls to the cache backend. |
CacheBackendDecorator.php | file | core/ |
|
CacheBackendDecorator::delete | function | core/ |
Deletes an item from the cache. |
CacheBackendDecorator::deleteAll | function | core/ |
Deletes all cache items in a bin. |
CacheBackendDecorator::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
CacheBackendDecorator::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
CacheBackendDecorator::get | function | core/ |
Returns data from the persistent cache. |
CacheBackendDecorator::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
CacheBackendDecorator::invalidate | function | core/ |
Marks a cache item as invalid. |
CacheBackendDecorator::invalidateAll | function | core/ |
Marks all cache items as invalid. |
CacheBackendDecorator::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
CacheBackendDecorator::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
CacheBackendDecorator::logCacheOperation | function | core/ |
Logs a cache operation. |
CacheBackendDecorator::removeBin | function | core/ |
Remove a cache bin. |
CacheBackendDecorator::set | function | core/ |
Stores data in the persistent cache. |
CacheBackendDecorator::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
Pagination
- Previous page
- Page 146
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.