Uses of Class
com.google.common.cache.RemovalNotification
-
Uses of RemovalNotification in com.google.common.cache
Modifier and TypeMethodDescriptionstatic <K,
V> RemovalNotification <K, V> RemovalNotification.create
(@Nullable K key, @Nullable V value, RemovalCause cause) Creates a newRemovalNotification
for the givenkey
/value
pair, with the givencause
for the removal.Modifier and TypeMethodDescriptionvoid
RemovalListener.onRemoval
(RemovalNotification<K, V> notification) Notifies the listener that a removal occurred at some point in the past.