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.
 



Copyright © 2010-2011. All Rights Reserved.