Uses of Class
com.github.benmanes.caffeine.cache.CaffeineSpec
Packages that use CaffeineSpec
Package
Description
This package contains in-memory caching functionality.
-
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 newCaffeineinstance with the settings specified inspec.