Uses of Class
com.google.common.cache.CacheBuilderSpec
- 
Packages that use CacheBuilderSpec Package Description com.google.common.cache Discouraged (in favor of Caffeine) caching utilities.
- 
- 
Uses of CacheBuilderSpec in com.google.common.cacheMethods in com.google.common.cache that return CacheBuilderSpec Modifier and Type Method Description static CacheBuilderSpecCacheBuilderSpec. disableCaching()Returns a CacheBuilderSpec that will prevent caching.static CacheBuilderSpecCacheBuilderSpec. parse(java.lang.String cacheBuilderSpecification)Creates a CacheBuilderSpec from a string.Methods in com.google.common.cache with parameters of type CacheBuilderSpec Modifier and Type Method Description static CacheBuilder<java.lang.Object,java.lang.Object>CacheBuilder. from(CacheBuilderSpec spec)Constructs a newCacheBuilderinstance with the settings specified inspec.
 
-