Generated by
JDiff

Interface com.google.common.cache.Cache

Changed Methods
ImmutableMap<K, V> getAllPresent(Iterable<? extends Object>) Change in signature from Iterable<?> to (Iterable<? extends Object>).
Returns a map of the values associated with {@code keys} in this cache.
void invalidateAll(Iterable<? extends Object>) Change in signature from Iterable<?> to (Iterable<? extends Object>).
Discards any cached values for keys {@code keys}.