| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> RemovalNotification<K,V> |
RemovalNotification.create(K key,
V value,
RemovalCause cause)
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<K,V> notification)
Notifies the listener that a removal occurred at some point in the past.
|
Copyright © 2007–2023. All rights reserved.