Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheCollectorTest::$cacheBackend | property | core/ |
The cache backend that should be used. |
| CacheFactory::$defaultBinBackends | property | core/ |
A map of cache bin to default cache backend service name. |
| CacheFactory::$memoryDefaultBinBackends | property | core/ |
A map of cache bin to default cache memory backend service name. |
| CacheFactoryDecorator::$cacheBackends | property | core/ |
All wrapped cache backends. |
| CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend | function | core/ |
Tests that the cache factory falls back to customized default service. |
| CacheFactoryTest::testCacheFactoryWithDefaultBinBackend | function | core/ |
Tests that the cache factory uses the correct default bin backend. |
| CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Tests that the cache factory picks the correct per-bin service. |
| CachePluginBase::postRender | function | core/ |
Post process any rendered data. |
| CacheTagsChecksumTrait::rootTransactionEndCallback | function | core/ |
Callback to be invoked just after a database transaction gets committed. |
| CacheTagTest::getRenderCache | function | core/ |
Gets the render cache for a given view. |
| CallsDestructableServiceController::render | function | core/ |
Render callback. |
| ChainedFastBackend | class | core/ |
Defines a backend with a fast and a consistent backend chain. |
| ChainedFastBackend.php | file | core/ |
|
| ChainedFastBackend::$bin | property | core/ |
|
| ChainedFastBackend::$consistentBackend | property | core/ |
The consistent cache backend. |
| ChainedFastBackend::$fastBackend | property | core/ |
The fast cache backend. |
| ChainedFastBackend::$lastWriteTimestamp | property | core/ |
The time at which the last write to this cache bin happened. |
| ChainedFastBackend::delete | function | core/ |
Deletes an item from the cache. |
| ChainedFastBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| ChainedFastBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| ChainedFastBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| ChainedFastBackend::get | function | core/ |
Returns data from the persistent cache. |
| ChainedFastBackend::getLastWriteTimestamp | function | core/ |
Gets the last write timestamp. |
| ChainedFastBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| ChainedFastBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| ChainedFastBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| ChainedFastBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| ChainedFastBackend::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX | constant | core/ |
Cache key prefix for the bin-specific entry to track the last write. |
| ChainedFastBackend::markAsOutdated | function | core/ |
Marks the fast cache bin as outdated because of a write. |
| ChainedFastBackend::removeBin | function | core/ |
Remove a cache bin. |
| ChainedFastBackend::reset | function | core/ |
@todo Document in https://www.drupal.org/node/2311945. |
| ChainedFastBackend::set | function | core/ |
Stores data in the persistent cache. |
| ChainedFastBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| ChainedFastBackend::__construct | function | core/ |
Constructs a ChainedFastBackend object. |
| ChainedFastBackendFactory | class | core/ |
Defines the chained fast cache backend factory. |
| ChainedFastBackendFactory.php | file | core/ |
|
| ChainedFastBackendFactory::$consistentServiceName | property | core/ |
The service name of the consistent backend factory. |
| ChainedFastBackendFactory::$container | property | core/ |
The service container. |
| ChainedFastBackendFactory::$fastServiceName | property | core/ |
The service name of the fast backend factory. |
| ChainedFastBackendFactory::get | function | core/ |
Instantiates a chained, fast cache backend class for a given cache bin. |
| ChainedFastBackendFactory::setContainer | function | core/ |
Sets the service container. |
| ChainedFastBackendFactory::__construct | function | core/ |
Constructs ChainedFastBackendFactory object. |
| ChainedFastBackendFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\ChainedFastBackendFactory[[api-linebreak]] @group Cache |
| ChainedFastBackendFactoryTest.php | file | core/ |
|
| ChainedFastBackendFactoryTest::testDifferentServices | function | core/ |
Test if different names are provided for consistent and fast services. |
| ChainedFastBackendFactoryTest::testIdenticalService | function | core/ |
Test if the same name is provided for consistent and fast services. |
| ChainedFastBackendTest | class | core/ |
Unit test of the fast chained backend using the generic cache unit test base. |
| ChainedFastBackendTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\ChainedFastBackend[[api-linebreak]] @group Cache |
| ChainedFastBackendTest.php | file | core/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.