public function WarmableInterface::warmUp

Warms up the cache.

Parameters

string $cacheDir The cache directory:

3 methods override WarmableInterface::warmUp()
CacheWarmerAggregate::warmUp in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php
Warms up the cache.
ChainRouter::warmUp in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
check for each contained router if it can warmup
TestCacheWarmer::warmUp in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php
Warms up the cache.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php, line 26

Class

WarmableInterface
Interface for classes that support warming their cache.

Namespace

Symfony\Component\HttpKernel\CacheWarmer

Code

public function warmUp($cacheDir);