Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCache
Packages that use CuratorCache
-
Uses of CuratorCache in org.apache.curator.framework.recipes.cache
Subinterfaces of CuratorCache in org.apache.curator.framework.recipes.cacheModifier and TypeInterfaceDescriptioninterfaceA facade that usesCuratorCacheif persistent watches are available or aTreeCacheotherwiseMethods in org.apache.curator.framework.recipes.cache that return CuratorCacheModifier and TypeMethodDescriptionstatic CuratorCacheCuratorCache.build(org.apache.curator.framework.CuratorFramework client, String path, CuratorCache.Options... options) Return a Curator Cache for the given path with the given options using a standard storage instanceCuratorCacheBuilder.build()Return a new Curator Cache based on the builder methods that have been called