Uses of Interface
com.google.common.cache.RemovalListener

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

Uses of RemovalListener in com.google.common.cache
 

Methods in com.google.common.cache that return RemovalListener
static
<K,V> RemovalListener<K,V>
RemovalListeners.asynchronous(RemovalListener<K,V> listener, Executor executor)
          Returns a RemovalListener which processes all eviction notifications using executor.
 

Methods in com.google.common.cache with parameters of type RemovalListener
static
<K,V> RemovalListener<K,V>
RemovalListeners.asynchronous(RemovalListener<K,V> listener, Executor executor)
          Returns a RemovalListener which processes all eviction notifications using executor.
<K1 extends K,V1 extends V>
CacheBuilder<K1,V1>
CacheBuilder.removalListener(RemovalListener<? super K1,? super V1> listener)
          Specifies a listener instance, which all caches built using this CacheBuilder will notify each time an entry is removed from the cache by any means.
 



Copyright © 2010-2012. All Rights Reserved.