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

exceptionDisablesCache() 보호된 메소드

Can be used to determine if handling the exception should disable the cache or not.
protected exceptionDisablesCache ( string $typoScriptPath, Exception $exception ) : boolean
$typoScriptPath string The typoScriptPath that triggered the Exception
$exception Exception
리턴 boolean Should caching be disabled?
    protected function exceptionDisablesCache($typoScriptPath, \Exception $exception)
    {
        return true;
    }