class CacheWarmerAggregate implements CacheWarmerInterface
Aggregates several cache warmers into a single one.
Methods
__construct(array $warmers = array()) | ||
enableOptionalWarmers() | ||
warmUp(string $cacheDir) Warms up the cache. | ||
bool | isOptional() Checks whether this warmer is optional or not. | |
setWarmers(array $warmers) | ||
add(CacheWarmerInterface $warmer) |
Details
__construct(array $warmers = array())
enableOptionalWarmers()
warmUp(string $cacheDir)
Warms up the cache.
bool isOptional()
Checks whether this warmer is optional or not.
Please login to continue.