manage cached nodes for requester TODO: cleanup nodes that are no longer in use

Constructors

RemoteNodeCache()

Properties

cachedNodePaths → Iterable<String>

read-only
hashCode → int

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

clear() → void

clearCachedNode(String path) → void

getDefNode(String path, String defName) Node

getRemoteNode(String path) RemoteNode

isNodeCached(String path) → bool

updateRemoteChildNode(RemoteNode parent, String name, Map m) RemoteNode

update node with a map.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited