| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CuratorCacheBridge
A facade that uses
CuratorCache if
persistent watches are available or a TreeCache
otherwise |
| Modifier and Type | Method and Description |
|---|---|
CuratorCache |
CuratorCacheBuilder.build()
Return a new Curator Cache based on the builder methods that have been called
|
static CuratorCache |
CuratorCache.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 instance
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.