Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCache
-
Packages that use CuratorCache Package Description org.apache.curator.framework.recipes.cache -
-
Uses of CuratorCache in org.apache.curator.framework.recipes.cache
Subinterfaces of CuratorCache in org.apache.curator.framework.recipes.cache Modifier and Type Interface Description interfaceCuratorCacheBridgeA facade that usesCuratorCacheif persistent watches are available or aTreeCacheotherwiseMethods in org.apache.curator.framework.recipes.cache that return CuratorCache Modifier and Type Method Description static CuratorCacheCuratorCache. build(org.apache.curator.framework.CuratorFramework client, java.lang.String path, CuratorCache.Options... options)Return a Curator Cache for the given path with the given options using a standard storage instanceCuratorCacheCuratorCacheBuilder. build()Return a new Curator Cache based on the builder methods that have been called
-