Uses of Interface
io.github.oberhoff.distributedcaffeine.DistributedCache
-
Packages that use DistributedCache Package Description io.github.oberhoff.distributedcaffeine This package contains the main classes and interfaces for configuring, constructing and using Distributed Caffeine cache instances. -
-
Uses of DistributedCache in io.github.oberhoff.distributedcaffeine
Subinterfaces of DistributedCache in io.github.oberhoff.distributedcaffeine Modifier and Type Interface Description interface
DistributedLoadingCache<K,V>
Interface representing a loading cache instance.Methods in io.github.oberhoff.distributedcaffeine that return DistributedCache Modifier and Type Method Description DistributedCache<K,V>
DistributedCaffeine.Builder. build()
Same asCaffeine.build()
.
-