Generated by
JDiff

Package com.google.common.cache

Changed Classes and Interfaces
AbstractCache This class provides a skeletal implementation of the {@code Cache} interface to minimize the effort required to implement this interface.
Cache A semi-persistent mapping from keys to values.
CacheBuilderSpec A specification of a CacheBuilder configuration.
CacheStats Statistics about the performance of a Cache.
ForwardingCache A cache which forwards all its method calls to another cache.