Uses of Class
com.github.benmanes.caffeine.cache.CaffeineSpec
-
Packages that use CaffeineSpec Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of CaffeineSpec in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return CaffeineSpec Modifier and Type Method Description static CaffeineSpec
CaffeineSpec. parse(java.lang.String specification)
Creates a CaffeineSpec from a string.Methods in com.github.benmanes.caffeine.cache with parameters of type CaffeineSpec Modifier and Type Method Description static Caffeine<java.lang.Object,java.lang.Object>
Caffeine. from(CaffeineSpec spec)
Constructs a newCaffeine
instance with the settings specified inspec
.
-