| 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
Creates a CacheBuilderSpec from a string.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheBuilder |
CacheBuilder.from(CacheBuilderSpec
Constructs a new
CacheBuilder instance with the settings specified in
spec.
|