| Package | Description |
|---|---|
| com.google.common.cache |
This package contains caching utilities.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) LocalCache<K,V> |
LocalCache.LocalManualCache.localCache |
(package private) LocalCache<K,V> |
LocalCache.Segment.map |
| Constructor and Description |
|---|
LoadingSerializationProxy(LocalCache<K,V> cache) |
LocalManualCache(LocalCache<K,V> localCache) |
ManualSerializationProxy(LocalCache<K,V> cache) |
Segment(LocalCache<K,V> map,
int initialCapacity,
long maxSegmentWeight,
AbstractCache.StatsCounter statsCounter) |