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

Packages that use Evictable
org.terracotta.cache.evictor   
org.terracotta.cache.impl   
org.terracotta.modules.ehcache.store   
 

Uses of Evictable in org.terracotta.cache.evictor
 

Constructors in org.terracotta.cache.evictor with parameters of type Evictable
Evictor(Evictable<K> store)
          Construct evictor with the evictable store to evict on.
Evictor(Evictable<K> store, EvictionListener evictionListener)
          Construct evictor with the evictable store to evict on.
OrphanEvictionListener(CacheConfig config, Evictable<K> store, EvictorLock orphanEvictorLock)
          Construct an orphan eviction listener with clustered state
 

Uses of Evictable in org.terracotta.cache.impl
 

Classes in org.terracotta.cache.impl that implement Evictable
 class DistributedCacheImpl<K,V>
           
 class LocalCache<K,V>
           
 

Uses of Evictable in org.terracotta.modules.ehcache.store
 

Classes in org.terracotta.modules.ehcache.store that implement Evictable
 class ClusteredStoreBackend
           
 



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