Uses of Enum Class
com.github.benmanes.caffeine.cache.Caffeine.Strength
Packages that use Caffeine.Strength
-
Uses of Caffeine.Strength in com.github.benmanes.caffeine.cache
Fields in com.github.benmanes.caffeine.cache declared as Caffeine.StrengthModifier and TypeFieldDescription(package private) @Nullable Caffeine.Strength
Caffeine.keyStrength
(package private) @Nullable Caffeine.Strength
CaffeineSpec.keyStrength
(package private) @Nullable Caffeine.Strength
Caffeine.valueStrength
(package private) @Nullable Caffeine.Strength
CaffeineSpec.valueStrength
Methods in com.github.benmanes.caffeine.cache that return Caffeine.StrengthModifier and TypeMethodDescriptionstatic Caffeine.Strength
Returns the enum constant of this class with the specified name.static Caffeine.Strength[]
Caffeine.Strength.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.benmanes.caffeine.cache with parameters of type Caffeine.StrengthModifier and TypeMethodDescription(package private) void
CaffeineSpec.valueStrength
(String key, @Nullable String value, Caffeine.Strength strength) Configures the value as weak or soft references.