You are here

public function WarmableInterface::warmUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php \Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()

Warms up the cache.

Parameters

string $cacheDir The cache directory:

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

File

vendor/symfony/http-kernel/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);