Class ConsulCache<K,V>

java.lang.Object
org.kiwiproject.consul.cache.ConsulCache<K,V>
Type Parameters:
K - the type of keys this cache contains
V - the type of values this cache contains
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
HealthCheckCache, KVCache, NodesCatalogCache, ServiceCatalogCache, ServiceHealthCache

public class ConsulCache<K,V> extends Object implements AutoCloseable
A cache structure that can provide an up-to-date read-only map backed by consul data