PDepend\Source\AST\AbstractASTType::isCached PHP Method

isCached() public method

This method will return true when this class or interface instance was restored from the cache and not currently parsed. Otherwise this method will return false.
public isCached ( ) : boolean
return boolean
    public function isCached()
    {
        return $this->compilationUnit->isCached();
    }