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.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
 

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
 java.util.List<ExoCacheCreator> ExoCacheCreatorPlugin.getCreators()
          Returns all the creators defined for this ComponentPlugin
 

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. 2009
 

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. 2009
 

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. 2009
 

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. 2009
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.