Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachedStorageTest::testListAllStaticCache | function | core/ |
Tests listAll static cache. |
| CachedStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| CachedStrategy | class | core/ |
Looks up placeholders in the render cache and returns those we could find. |
| CachedStrategy.php | file | core/ |
|
| CachedStrategy::processNestedPlaceholders | function | core/ |
Fetch any nested placeholders from cache. |
| CachedStrategy::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
| CachedStrategy::__construct | function | core/ |
|
| CacheFactory | class | core/ |
Defines the cache backend factory. |
| CacheFactory.php | file | core/ |
|
| CacheFactory::$container | property | core/ |
The service container. |
| 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. |
| CacheFactory::$settings | property | core/ |
The site settings. |
| CacheFactory::get | function | core/ |
Instantiates a cache backend class for a given cache bin. |
| CacheFactory::setContainer | function | core/ |
Sets the service container. |
| CacheFactory::__construct | function | core/ |
Constructs CacheFactory object. |
| CacheFactoryDecorator | class | core/ |
Decorates a cache factory to register all calls to the cache system. |
| CacheFactoryDecorator.php | file | core/ |
|
| CacheFactoryDecorator::$cacheBackends | property | core/ |
All wrapped cache backends. |
| CacheFactoryDecorator::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CacheFactoryDecorator::__construct | function | core/ |
|
| CacheFactoryInterface | interface | core/ |
An interface defining cache factory classes. |
| CacheFactoryInterface.php | file | core/ |
|
| CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CacheFactoryTest | class | core/ |
Tests Drupal\Core\Cache\CacheFactory. |
| CacheFactoryTest.php | file | core/ |
|
| 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::testCacheFactoryWithDefaultSettings | function | core/ |
Tests that the cache factory falls back to the built-in default service. |
| CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Tests that the cache factory picks the correct per-bin service. |
| CacheItem | class | core/ |
Provides a simple cache. |
| CacheItem::$data | property | core/ |
The cache data. |
| CacheItem::__construct | function | core/ |
|
| CacheOptionalInterface | interface | core/ |
Indicates that caching is optional. |
| CacheOptionalInterface.php | file | core/ |
|
| CachePluginBase | class | core/ |
The base plugin to handle caching. |
| CachePluginBase.php | file | core/ |
|
| CachePluginBase::$resultsBin | property | core/ |
Which cache bin to store query results in. |
| CachePluginBase::$resultsKey | property | core/ |
Stores the cache ID used for the results cache. |
| CachePluginBase::$storage | property | core/ |
Contains all data that should be written/read from cache. |
| CachePluginBase::alterCacheMetadata | function | core/ |
Alters the cache metadata of a display upon saving a view. |
| CachePluginBase::cacheExpire | function | core/ |
Determine the expiration time of the cache type, or NULL if no expire. |
| CachePluginBase::cacheFlush | function | core/ |
Clear out cached data for a view. |
| CachePluginBase::cacheGet | function | core/ |
Retrieve data from the cache. |
| CachePluginBase::cacheSet | function | core/ |
Save data to the cache. |
| CachePluginBase::cacheSetMaxAge | function | core/ |
Determines cache expiration time based on its type. |
| CachePluginBase::generateResultsKey | function | core/ |
Calculates and sets a cache ID used for the result cache. |
| CachePluginBase::getCacheMaxAge | function | core/ |
Gets the max age for the current view. |
| CachePluginBase::getCacheTags | function | core/ |
Gets an array of cache tags for the current view. |
| CachePluginBase::getDefaultCacheMaxAge | function | core/ |
Returns the default cache max age. |
Pagination
- Previous page
- Page 150
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.