CacheWarmerAggregate
class CacheWarmerAggregate implements CacheWarmerInterface
Aggregates several cache warmers into a single one.
Methods
__construct(array $warmers = array())
No description
enableOptionalWarmers()
No description
warmUp(string $cacheDir)
Warms up the cache.
bool
isOptional()
Checks whether this warmer is optional or not.
setWarmers(array $warmers)
No description
Details
at line line 24
__construct(array $warmers = array())
at line line 31
enableOptionalWarmers()
at line line 41
warmUp(string $cacheDir)
Warms up the cache.
at line line 57
bool
isOptional()
Checks whether this warmer is optional or not.