Generated by
JDiff

Package com.google.common.cache

Added Classes
CacheLoader.UnsupportedLoadingOperationException Exception thrown by {@code loadAll()} to indicate that it is not supported.
 

Changed Classes and Interfaces
AbstractCache.StatsCounter Accumulates statistics during the operation of a Cache for presentation by Cache.stats.
Cache A semi-persistent mapping from keys to values.
LoadingCache A semi-persistent mapping from keys to values.
RemovalListener An object that can receive a notification when an entry is removed from a cache.
RemovalNotification A notification of the removal of a single entry.
Weigher Calculates the weights of cache entries.