Guava: Google Core Libraries for Java 13.0.1-redhat-1

Uses of Class
com.google.common.cache.RemovalNotification

Packages that use RemovalNotification
com.google.common.cache This package contains caching utilities. 
 

Uses of RemovalNotification in com.google.common.cache
 

Methods in com.google.common.cache with parameters of type RemovalNotification
 void RemovalListener.onRemoval(RemovalNotification<K,V> notification)
          Notifies the listener that a removal occurred at some point in the past.
 


Guava: Google Core Libraries for Java 13.0.1-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.