Package io.github.dhruv1110.jcachex.distributed.impl
-
Class Summary Class Description AbstractDistributedCache<K,V> Abstract base class for distributed cache implementations.AbstractDistributedCache.Builder<K,V> AbstractDistributedCache.ConsistentHashRing AbstractDistributedCache.NodeUpdateResult Result of node update operations in the consistent hash ring.KubernetesDistributedCache<K,V> Kubernetes-specific distributed cache implementation.KubernetesDistributedCache.Builder<K,V>