Uses of Class
com.github.benmanes.caffeine.cache.Caffeine.Strength
-
Packages that use Caffeine.Strength Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of Caffeine.Strength in com.github.benmanes.caffeine.cache
Fields in com.github.benmanes.caffeine.cache declared as Caffeine.Strength Modifier and Type Field Description (package private) Caffeine.Strength
Caffeine. keyStrength
(package private) Caffeine.Strength
CaffeineSpec. keyStrength
(package private) Caffeine.Strength
Caffeine. valueStrength
(package private) Caffeine.Strength
CaffeineSpec. valueStrength
Methods in com.github.benmanes.caffeine.cache that return Caffeine.Strength Modifier and Type Method Description static Caffeine.Strength
Caffeine.Strength. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Caffeine.Strength[]
Caffeine.Strength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.benmanes.caffeine.cache with parameters of type Caffeine.Strength Modifier and Type Method Description (package private) void
CaffeineSpec. valueStrength(java.lang.String key, java.lang.String value, Caffeine.Strength strength)
Configures the value as weak or soft references.
-