AbstractPhpFileCacheWarmer
abstract class AbstractPhpFileCacheWarmer implements CacheWarmerInterface
Methods
__construct(string $phpArrayFile)
No description
bool
isOptional()
Checks whether this warmer is optional or not.
warmUp(string $cacheDir)
Warms up the cache.
bool