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
Subclasses with type arguments of type Caffeine.Strength in com.github.benmanes.caffeine.cacheFields in com.github.benmanes.caffeine.cache declared as Caffeine.StrengthModifier and TypeFieldDescription(package private) @Nullable Caffeine.StrengthCaffeine.keyStrength(package private) @Nullable Caffeine.StrengthCaffeineSpec.keyStrength(package private) @Nullable Caffeine.StrengthCaffeine.valueStrength(package private) @Nullable Caffeine.StrengthCaffeineSpec.valueStrengthMethods in com.github.benmanes.caffeine.cache that return Caffeine.StrengthModifier and TypeMethodDescriptionstatic Caffeine.StrengthReturns 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) voidCaffeineSpec.valueStrength(String key, @Nullable String value, Caffeine.Strength strength) Configures the value as weak or soft references.