Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheableDependencyTrait.php | file | core/ |
|
| CacheableDependencyTrait::$cacheContexts | property | core/ |
Cache contexts. |
| CacheableDependencyTrait::$cacheMaxAge | property | core/ |
Cache max-age. |
| CacheableDependencyTrait::$cacheTags | property | core/ |
Cache tags. |
| CacheableDependencyTrait::getCacheContexts | function | core/ |
|
| CacheableDependencyTrait::getCacheMaxAge | function | core/ |
|
| CacheableDependencyTrait::getCacheTags | function | core/ |
|
| CacheableDependencyTrait::setCacheability | function | core/ |
Sets cacheability; useful for value object constructors. |
| CacheableMetadata::createFromRenderArray | function | core/ |
Creates a CacheableMetadata object with values taken from a render array. |
| CacheableMetadataTest::providerTestCreateFromRenderArray | function | core/ |
Provides test data for createFromRenderArray(). |
| CacheableMetadataTest::testAddCacheableDependency | function | core/ |
@covers ::addCacheableDependency[[api-linebreak]] @dataProvider providerTestMerge |
| CacheableMetadataTest::testCreateFromRenderArray | function | core/ |
@covers ::createFromRenderArray[[api-linebreak]] @dataProvider providerTestCreateFromRenderArray |
| CacheableNormalization::withCacheableDependency | function | core/ |
Gets a new CacheableNormalization with an additional dependency. |
| CacheableResponseInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
| CacheableResponseTrait::addCacheableDependency | 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. |
| 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. |
| 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. |
| 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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.