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 CaffeineSpecMethods in com.github.benmanes.caffeine.cache with parameters of type CaffeineSpecModifier and TypeMethodDescriptionCaffeine.from
(CaffeineSpec spec) Constructs a newCaffeine
instance with the settings specified inspec
.