Uses of Class
com.github.benmanes.caffeine.cache.CaffeineSpec
Packages that use CaffeineSpec
-
Uses of CaffeineSpec in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return CaffeineSpecModifier and TypeMethodDescriptionstatic @NonNull CaffeineSpecCreates a CaffeineSpec from a string.Methods in com.github.benmanes.caffeine.cache with parameters of type CaffeineSpecModifier and TypeMethodDescriptionCaffeine.from(CaffeineSpec spec) Constructs a newCaffeineinstance with the settings specified inspec.