listener to add
this
Close/end the cache.
Return the current set of children at the given path, mapped by child name. There are no guarantees of accuracy; this is merely the most recent view of the data. If there is no node at this path, {@code null} is returned.
full path to the node to check
a possibly-empty list of children if the node is alive, or null
Return the current data for the given path. There are no guarantees of accuracy. This is merely the most recent view of the data. If there is no node at the given path, {@code null} is returned.
full path to the node to check
data if the node is alive, or null
Remove the given listener.
listener to remove
this
Start the cache. The cache is not started automatically. You must call this method.
this once initialized
Generated using TypeDoc
Add the given listener.