Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| CacheBackendInterface | interface | core/ |
Defines an interface for cache implementations. |
| CacheBackendInterface.php | file | core/ |
|
| CacheBackendInterface::CACHE_PERMANENT | constant | core/ |
Indicates that the item should never be removed unless explicitly deleted. |
| CacheBackendInterface::delete | function | core/ |
Deletes an item from the cache. |
| CacheBackendInterface::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| CacheBackendInterface::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| CacheBackendInterface::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| CacheBackendInterface::get | function | core/ |
Returns data from the persistent cache. |
| CacheBackendInterface::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| CacheBackendInterface::invalidate | function | core/ |
Marks a cache item as invalid. |
| CacheBackendInterface::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| CacheBackendInterface::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| CacheBackendInterface::removeBin | function | core/ |
Remove a cache bin. |
| CacheBackendInterface::set | function | core/ |
Stores data in the persistent cache. |
| CacheBackendInterface::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| CacheCollector | class | core/ |
Default implementation for CacheCollectorInterface. |
| CacheCollector.php | file | core/ |
|
| CacheCollector::$cache | property | core/ |
The cache backend that should be used. |
| CacheCollector::$cacheCreated | property | core/ |
Stores the cache creation time. |
| CacheCollector::$cacheInvalidated | property | core/ |
Flag that indicates of the cache has been invalidated. |
| CacheCollector::$cacheLoaded | property | core/ |
Indicates if the collected cache was already loaded. |
| CacheCollector::$cid | property | core/ |
The cache id that is used for the cache entry. |
| CacheCollector::$keysToPersist | property | core/ |
An array of keys to add to the cache on service termination. |
| CacheCollector::$keysToRemove | property | core/ |
An array of keys to remove from the cache on service termination. |
| CacheCollector::$lock | property | core/ |
The lock backend that should be used. |
| CacheCollector::$storage | property | core/ |
Storage for the data itself. |
| CacheCollector::$tags | property | core/ |
A list of tags that are used for the cache entry. |
| CacheCollector::clear | function | core/ |
Clears the collected cache entry. |
| CacheCollector::delete | function | core/ |
Deletes the element. |
| CacheCollector::destruct | function | core/ |
Performs destruct operations. |
| CacheCollector::get | function | core/ |
Gets value from the cache. |
| CacheCollector::getCid | function | core/ |
Gets the cache ID. |
| CacheCollector::has | function | core/ |
Returns whether data exists for this key. |
| CacheCollector::invalidateCache | function | core/ |
Invalidate the cache. |
| CacheCollector::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
| CacheCollector::normalizeLockName | function | core/ |
Normalizes a cache ID in order to comply with database limitations. |
| CacheCollector::persist | function | core/ |
Flags an offset value to be written to the persistent cache. |
| CacheCollector::reset | function | core/ |
Resets the local cache. |
| CacheCollector::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
Pagination
- Previous page
- Page 142
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.