Neos\FluidAdaptor\Core\Cache\CacheAdaptor::getCacheWarmer PHP Метод

getCacheWarmer() публичный Метод

Get an instance of FluidCacheWarmerInterface which can warm up template files that would normally be cached on-the-fly to this FluidCacheInterface implementaion.
public getCacheWarmer ( ) : TYPO3Fluid\Fluid\Core\Cache\FluidCacheWarmerInterface
Результат TYPO3Fluid\Fluid\Core\Cache\FluidCacheWarmerInterface
    public function getCacheWarmer()
    {
        return new StandardCacheWarmer();
    }