Search for preWarm
- Search 7.x for preWarm
- Search 9.5.x for preWarm
- Search 8.9.x for preWarm
- Search 10.3.x for preWarm
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachePreWarmer | class | core/ |
Prewarms caches for services that implement PreWarmableInterface. |
| CachePreWarmer.php | file | core/ |
|
| CachePreWarmer::$needsPreWarming | property | core/ |
Whether to prewarm caches at the end of the request. |
| CachePreWarmer::preWarmAllCaches | function | core/ |
Prewarms all PreWarmable services. |
| CachePreWarmer::preWarmOneCache | function | core/ |
Prewarms one PreWarmable service. |
| CachePreWarmer::__construct | function | core/ |
|
| CachePreWarmerInterface | interface | core/ |
Interface for cache prewarmers. |
| CachePreWarmerInterface.php | file | core/ |
|
| CachePreWarmerInterface::preWarmAllCaches | function | core/ |
Prewarms all PreWarmable services. |
| CachePreWarmerInterface::preWarmOneCache | function | core/ |
Prewarms one PreWarmable service. |
| CachePreWarmerTest | class | core/ |
Tests Drupal\Core\PreWarm\CachePreWarmer. |
| CachePreWarmerTest.php | file | core/ |
|
| CachePreWarmerTest::$classResolver | property | core/ |
|
| CachePreWarmerTest::$warmedMap | property | core/ |
|
| CachePreWarmerTest::setupCacheServices | function | core/ |
|
| CachePreWarmerTest::testNoServices | function | core/ |
|
| CachePreWarmerTest::testPreWarmAll | function | core/ |
Tests pre warm all. |
| CachePreWarmerTest::testPreWarmByOne | function | core/ |
Tests pre warm by one. |
| CachePreWarmerTest::testPreWarmOnlyOne | function | core/ |
Tests pre warm only one. |
| cache_prewarmer | service | core/ |
Drupal\Core\PreWarm\CachePreWarmer |
| EntityFieldManager::preWarm | function | core/ |
Build any cache item or items that this service relies on. |
| PreWarmableInterface | interface | core/ |
Interface for services with prewarmable caches. |
| PreWarmableInterface.php | file | core/ |
|
| PreWarmableInterface::preWarm | function | core/ |
Build any cache item or items that this service relies on. |
| PreWarmablePluginManagerTrait | trait | core/ |
Provides a trait for Drupal\Core\PreWarm\PreWarmableInterface. |
| PreWarmablePluginManagerTrait.php | file | core/ |
|
| PreWarmablePluginManagerTrait::preWarm | function | core/ |
Implements \Drupal\Core\PreWarm\PreWarmableInterface. |
| PreWarmerTest | class | core/ |
Tests the cache prewarmer. |
| PreWarmerTest.php | file | core/ |
|
| PreWarmerTest::testPreWarmAllCaches | function | core/ |
Tests prewarming all caches. |
| PreWarmerTest::testPreWarmOneCache | function | core/ |
Tests prewarming one cache at a time. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.