eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.5-GA

Uses of Interface
org.exoplatform.services.cache.impl.jboss.ExoCacheCreator

Packages that use ExoCacheCreator
org.exoplatform.services.cache.impl.jboss   
org.exoplatform.services.cache.impl.jboss.ea   
org.exoplatform.services.cache.impl.jboss.fifo   
org.exoplatform.services.cache.impl.jboss.lfu   
org.exoplatform.services.cache.impl.jboss.lru   
org.exoplatform.services.cache.impl.jboss.mru   
 

Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.jboss
 

Classes in org.exoplatform.services.cache.impl.jboss that implement ExoCacheCreator
 class AbstractExoCacheCreator
          This class is used to propose a set of common methods generally needed by ExoCacheCreator implementations
 

Methods in org.exoplatform.services.cache.impl.jboss that return ExoCacheCreator
protected  ExoCacheCreator ExoCacheFactoryImpl.getExoCacheCreator(ExoCacheConfig config)
          Returns the most relevant ExoCacheCreator according to the give configuration
 

Methods in org.exoplatform.services.cache.impl.jboss that return types with arguments of type ExoCacheCreator
 List<ExoCacheCreator> ExoCacheCreatorPlugin.getCreators()
          Returns all the creators defined for this ComponentPlugin
 

Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.jboss.ea
 

Classes in org.exoplatform.services.cache.impl.jboss.ea that implement ExoCacheCreator
 class EAExoCacheCreator
          The ExpirationAlgorithm Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 8 mars 2010
 

Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.jboss.fifo
 

Classes in org.exoplatform.services.cache.impl.jboss.fifo that implement ExoCacheCreator
 class FIFOExoCacheCreator
          The FIFO Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 20 juil.
 

Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.jboss.lfu
 

Classes in org.exoplatform.services.cache.impl.jboss.lfu that implement ExoCacheCreator
 class LFUExoCacheCreator
          The LFU Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 

Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.jboss.lru
 

Classes in org.exoplatform.services.cache.impl.jboss.lru that implement ExoCacheCreator
 class LRUExoCacheCreator
          The LRU Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 

Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.jboss.mru
 

Classes in org.exoplatform.services.cache.impl.jboss.mru that implement ExoCacheCreator
 class MRUExoCacheCreator
          The MRU Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 


eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.5-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.