Uses of Class
org.docx4j.com.google.common.cache.RemovalNotification
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of RemovalNotification in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache that return RemovalNotification Modifier and Type Method Description static <K, V> RemovalNotification<K,V>RemovalNotification. create(@Nullable K key, @Nullable V value, RemovalCause cause)Creates a newRemovalNotificationfor the givenkey/valuepair, with the givencausefor the removal.Methods in org.docx4j.com.google.common.cache with parameters of type RemovalNotification Modifier and Type Method Description voidRemovalListener. onRemoval(RemovalNotification<K,V> notification)Notifies the listener that a removal occurred at some point in the past.