Uses of Class
com.orbitz.consul.cache.KVCache
-
Packages that use KVCache Package Description com.orbitz.consul.cache -
-
Uses of KVCache in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache that return KVCache Modifier and Type Method Description static KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath)Factory method to construct a String/Valuemap with a 10 second block intervalstatic KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath, int watchSeconds)Factory method to construct a String/Valuemap.static KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath, int watchSeconds, QueryOptions queryOptions)static KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath, int watchSeconds, QueryOptions queryOptions, java.util.concurrent.ScheduledExecutorService callbackExecutorService)
-