| Package | Description | 
|---|---|
| com.google.common.cache | This package contains caching utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CacheBuilderSpec | CacheBuilderSpec. disableCaching()Returns a CacheBuilderSpec that will prevent caching. | 
| static CacheBuilderSpec | CacheBuilderSpec. parse(String cacheBuilderSpecification)Creates a CacheBuilderSpec from a string. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CacheBuilder<Object,Object> | CacheBuilder. from(CacheBuilderSpec spec)Constructs a new  CacheBuilderinstance with the settings specified inspec. | 
Copyright © 2010-2015. All Rights Reserved.