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();
    }