| 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  
CacheBuilder instance with the settings specified in spec. | 
Copyright © 2010–2018. All rights reserved.