Interface for classes that support warming their cache.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of WarmableInterface
All classes that implement WarmableInterface
interface WarmableInterface {
/**
* Warms up the cache.
*
* @param string $cacheDir The cache directory
*/
public function warmUp($cacheDir);
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
WarmableInterface:: |
public | function | Warms up the cache. | 2 |