Uses of Interface
org.infinispan.eviction.EvictionManager

Packages that use EvictionManager
org.infinispan   
org.infinispan.eviction   
 

Uses of EvictionManager in org.infinispan
 

Methods in org.infinispan that return EvictionManager
 EvictionManager CacheDelegate.getEvictionManager()
           
 EvictionManager AdvancedCache.getEvictionManager()
           
 EvictionManager AbstractDelegatingAdvancedCache.getEvictionManager()
           
 

Methods in org.infinispan with parameters of type EvictionManager
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of EvictionManager in org.infinispan.eviction
 

Classes in org.infinispan.eviction that implement EvictionManager
 class EvictionManagerImpl
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.