Package | Description |
---|---|
com.google.common.cache |
This package contains caching utilities.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Queue<RemovalNotification<K,V>> |
LocalCache.removalNotificationQueue
Entries waiting to be consumed by the removal listener.
|
Modifier and Type | Method and Description |
---|---|
void |
RemovalListener.onRemoval(RemovalNotification<K,V> notification)
Notifies the listener that a removal occurred at some point in the past.
|
void |
CacheBuilder.NullListener.onRemoval(RemovalNotification<java.lang.Object,java.lang.Object> notification) |