Uses of Class
io.github.oberhoff.distributedcaffeine.DistributionMode
-
Packages that use DistributionMode 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 DistributionMode in io.github.oberhoff.distributedcaffeine
Methods in io.github.oberhoff.distributedcaffeine that return DistributionMode Modifier and Type Method Description static DistributionMode
DistributionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributionMode[]
DistributionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.oberhoff.distributedcaffeine with parameters of type DistributionMode Modifier and Type Method Description DistributedCaffeine.Builder<K,V>
DistributedCaffeine.Builder. withDistributionMode(DistributionMode distributionMode)
Specifies the mode used for distributed synchronization between cache instances.
-