Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| CacheCollector::delete | function | core/ |
|
| CacheCollector::destruct | function | core/ |
|
| CacheCollector::get | function | core/ |
|
| CacheCollector::getCid | function | core/ |
Gets the cache ID. |
| CacheCollector::has | function | core/ |
|
| 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/ |
|
| CacheCollector::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
| CacheCollector::set | function | core/ |
Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). |
| CacheCollector::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
| CacheCollector::__construct | function | core/ |
Constructs a CacheCollector object. |
| CacheCollectorHelper | class | core/ |
Helper class to test the cache collector. |
| CacheCollectorHelper.php | file | core/ |
|
| CacheCollectorHelper::$cacheMissData | property | core/ |
Contains data to return on a cache miss. |
| CacheCollectorHelper::$cacheMisses | property | core/ |
Number of calls to \Drupal\Core\Cache\CacheCollector::resolveCacheMiss(). |
| CacheCollectorHelper::getCacheMisses | function | core/ |
Returns the number of cache misses. |
| CacheCollectorHelper::normalizeLockName | function | core/ |
|
| CacheCollectorHelper::resolveCacheMiss | function | core/ |
|
| CacheCollectorHelper::set | function | core/ |
|
| CacheCollectorHelper::setCacheCreated | function | core/ |
Setter for the cacheCreated property for use in unit tests. |
| CacheCollectorHelper::setCacheMissData | function | core/ |
Sets data to return from a cache miss resolve. |
| CacheCollectorInterface | interface | core/ |
Provides a caching wrapper to be used in place of large structures. |
| CacheCollectorInterface.php | file | core/ |
|
| CacheCollectorInterface::clear | function | core/ |
Clears the collected cache entry. |
| CacheCollectorInterface::delete | function | core/ |
Deletes the element. |
| CacheCollectorInterface::get | function | core/ |
Gets value from the cache. |
| CacheCollectorInterface::has | function | core/ |
Returns whether data exists for this key. |
| CacheCollectorInterface::reset | function | core/ |
Resets the local cache. |
| CacheCollectorInterface::set | function | core/ |
Sets cache data. |
| CacheCollectorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\CacheCollector[[api-linebreak]] @group Cache |
| CacheCollectorTest | class | core/ |
Tests DatabaseBackend cache tag implementation. |
| CacheCollectorTest.php | file | core/ |
|
| CacheCollectorTest.php | file | core/ |
|
| CacheCollectorTest::$cacheBackend | property | core/ |
The cache backend that should be used. |
| CacheCollectorTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| CacheCollectorTest::$cid | property | core/ |
The cache id used for the test. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.