Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler::exceptionDisablesCache PHP 메소드

exceptionDisablesCache() 보호된 메소드

The absorbing handler is meant to catch loose evaluation errors (like missing assets) in a useful way, therefor caching is desired.
protected exceptionDisablesCache ( string $typoScriptPath, Exception $exception ) : boolean
$typoScriptPath string
$exception Exception
리턴 boolean
    protected function exceptionDisablesCache($typoScriptPath, \Exception $exception)
    {
        return false;
    }