Package com.netflix.curator.framework.recipes.cache

Interface Summary
NodeCacheListener  
PathChildrenCacheListener Listener for PathChildrenCache changes
 

Class Summary
ChildData  
NodeCache A utility that attempts to keep the data from a node locally cached.
PathChildrenCache A utility that attempts to keep all data from all children of a ZK path locally cached.
PathChildrenCacheEvent POJO that abstracts a change to a path
 

Enum Summary
PathChildrenCache.StartMode Method of priming cache on PathChildrenCache.start(StartMode)
PathChildrenCacheEvent.Type Type of change
PathChildrenCacheMode Deprecated. no longer used.