public function WarmableInterface::warmUp

Warms up the cache.

Parameters

string $cacheDir The cache directory:

2 methods override WarmableInterface::warmUp()
CacheWarmerAggregate::warmUp in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php
Warms up the cache.
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);