Package io.github.dhruv1110.jcachex.distributed
-
Interface Summary Interface Description DistributedCache<K,V> Distributed cache interface that extends the base Cache interface with multi-node capabilities.DistributedCache.Builder<K,V> Builder interface for creating distributed caches. -
Class Summary Class Description DistributedCache.ClusterTopology Cluster topology information.DistributedCache.DistributedMetrics Metrics specific to distributed cache operations.DistributedCache.NodeInfo Information about a cluster node. -
Enum Summary Enum Description DistributedCache.NodeStatus Node health status.