Uses of Interface
org.terracotta.cache.evictor.EvictionListener

Packages that use EvictionListener
org.terracotta.cache.evictor   
 

Uses of EvictionListener in org.terracotta.cache.evictor
 

Classes in org.terracotta.cache.evictor that implement EvictionListener
 class NullEvictionListener
          A null listener that does not do orphan eviction and can be used in a non-Terracotta environment.
 class OrphanEvictionListener<K>
           At the beginning of each run, the cache attempts to become the "orphan evictor".
 

Constructors in org.terracotta.cache.evictor with parameters of type EvictionListener
Evictor(Evictable<K> store, EvictionListener evictionListener)
          Construct evictor with the evictable store to evict on.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.