Neos\FluidAdaptor\Core\Cache\CacheAdaptor::getCacheWarmer PHP Method

getCacheWarmer() public method

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
return TYPO3Fluid\Fluid\Core\Cache\FluidCacheWarmerInterface
    public function getCacheWarmer()
    {
        return new StandardCacheWarmer();
    }