CacheWarmerInterface

CacheWarmerInterface

interface CacheWarmerInterface implements WarmableInterface

Interface for classes able to warm up the cache.

Methods

warmUp(string $cacheDir)

Warms up the cache.

from WarmableInterface
bool isOptional()

Checks whether this warmer is optional or not.

Details