Uses of Interface
org.docx4j.com.google.common.cache.RemovalListener
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of RemovalListener in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache with parameters of type RemovalListener Modifier and Type Method Description <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.