Uses of Package
io.github.oberhoff.distributedcaffeine
-
Packages that use io.github.oberhoff.distributedcaffeine Package Description io.github.oberhoff.distributedcaffeine This package contains the main classes and interfaces for configuring, constructing and using Distributed Caffeine cache instances. -
Classes in io.github.oberhoff.distributedcaffeine used by io.github.oberhoff.distributedcaffeine Class Description DistributedCache Interface representing a cache instance.DistributedCaffeine.Builder Builder for configuring and constructing cache instances of typeDistributedCache
(extendsCache
) or of typeDistributedLoadingCache
(extendsLoadingCache
).DistributedLoadingCache Interface representing a loading cache instance.DistributedPolicy Interface representing an access point for inspecting and performing low-level operations on the cache instance (similar toPolicy
).DistributedPolicy.CacheEntry Interface representing a cache entry containing key and value along with some metadata.DistributionMode Modes for defining the scope of distributed synchronization.