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