Uses of Interface
org.docx4j.com.google.common.cache.RemovalListener
Packages that use RemovalListener
-
Uses of RemovalListener in org.docx4j.com.google.common.cache
Classes in org.docx4j.com.google.common.cache that implement RemovalListenerFields in org.docx4j.com.google.common.cache declared as RemovalListenerModifier and TypeFieldDescription(package private) @MonotonicNonNull RemovalListener<? super K,? super V> CacheBuilder.removalListener(package private) final RemovalListener<K,V> LocalCache.removalListenerA listener that is invoked when an entry is removed due to expiration or garbage collection of soft/weak entries.Methods in org.docx4j.com.google.common.cache that return RemovalListenerModifier and TypeMethodDescription(package private) <K1 extends K,V1 extends V>
RemovalListener<K1,V1> CacheBuilder.getRemovalListener()Methods in org.docx4j.com.google.common.cache with parameters of type RemovalListenerModifier and TypeMethodDescription<K1 extends K,V1 extends V>
CacheBuilder<K1,V1> CacheBuilder.removalListener(RemovalListener<? super K1, ? super V1> listener) Specifies a listener instance that caches should notify each time an entry is removed for any reason.