Neos\Flow\Aop\Pointcut\RuntimeExpressionEvaluator::flush PHP Method

flush() public method

Flush all runtime expressions
public flush ( ) : void
return void
    public function flush()
    {
        $this->runtimeExpressionsCache->flush();
    }