| Package | Description |
|---|---|
| com.google.common.cache |
This package contains caching utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
RemovalNotification.create(K key, V value, RemovalCause
Creates a new
RemovalNotification for the given
key/
value pair, with the given
cause for the removal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemovalListener.onRemoval(RemovalNotification
Notifies the listener that a removal occurred at some point in the past.
|