module RubyDoozer

CachedRegistry

Store information in doozer and subscribe to future changes and keep a local copy of the information in doozer

Notifies registered subscribers when information has changed

All paths specified are relative to the root_path. As such the root key is never returned, nor is it required when a key is supplied as input. For example, with a root_path of /foo/bar, any paths passed in will leave out the root_path: host/name

Keeps a local copy in memory of all descendant values of the supplied root_path Allows high-frequency calls to retrieve registry data The cache will be kept in synch with any changes on the server

Registry

Store information in doozer and subscribe to future changes

Notifies registered subscribers when information has changed

All paths specified are relative to the root. As such the root key is never returned, nor is it required when a key is supplied as input. For example, with a root of /foo/bar, any paths passed in will leave out the root: host/name

Constants

VERSION