Uses of Class
org.exoplatform.services.cache.ExoCacheConfig

Packages that use ExoCacheConfig
org.exoplatform.services.cache   
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 ExoCacheConfig in org.exoplatform.services.cache
 

Methods in org.exoplatform.services.cache that return ExoCacheConfig
 ExoCacheConfig ExoCacheConfig.clone()
           
 

Methods in org.exoplatform.services.cache that return types with arguments of type ExoCacheConfig
 List<ExoCacheConfig> ExoCacheConfigPlugin.getConfigs()
           
 

Methods in org.exoplatform.services.cache with parameters of type ExoCacheConfig
 ExoCache ExoCacheFactory.createCache(ExoCacheConfig config)
          Creates a new instance of ExoCache
 

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

Methods in org.exoplatform.services.cache.impl.jboss that return types with arguments of type ExoCacheConfig
 Class<? extends ExoCacheConfig> ExoCacheCreator.getExpectedConfigType()
          Returns the type of ExoCacheConfig expected by the creator
 

Methods in org.exoplatform.services.cache.impl.jboss with parameters of type ExoCacheConfig
 ExoCache ExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 ExoCache ExoCacheFactoryImpl.createCache(ExoCacheConfig config)
          To create a new cache instance according to the given configuration, we follow the steps below: 1.
protected  ExoCacheCreator ExoCacheFactoryImpl.getExoCacheCreator(ExoCacheConfig config)
          Returns the most relevant ExoCacheCreator according to the give configuration
 

Constructors in org.exoplatform.services.cache.impl.jboss with parameters of type ExoCacheConfig
AbstractExoCache(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
           
 

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

Subclasses of ExoCacheConfig in org.exoplatform.services.cache.impl.jboss.fifo
 class FIFOExoCacheConfig
          The ExoCacheConfig for the FIFO implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 

Methods in org.exoplatform.services.cache.impl.jboss.fifo that return types with arguments of type ExoCacheConfig
 Class<? extends ExoCacheConfig> FIFOExoCacheCreator.getExpectedConfigType()
          Returns the type of ExoCacheConfig expected by the creator
 

Methods in org.exoplatform.services.cache.impl.jboss.fifo with parameters of type ExoCacheConfig
 ExoCache FIFOExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 

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

Subclasses of ExoCacheConfig in org.exoplatform.services.cache.impl.jboss.lfu
 class LFUExoCacheConfig
          The ExoCacheConfig for the LFU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 

Methods in org.exoplatform.services.cache.impl.jboss.lfu that return types with arguments of type ExoCacheConfig
 Class<? extends ExoCacheConfig> LFUExoCacheCreator.getExpectedConfigType()
          Returns the type of ExoCacheConfig expected by the creator
 

Methods in org.exoplatform.services.cache.impl.jboss.lfu with parameters of type ExoCacheConfig
 ExoCache LFUExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 

Constructors in org.exoplatform.services.cache.impl.jboss.lfu with parameters of type ExoCacheConfig
LFUExoCacheCreator.LFUExoCache(ExoCacheConfig config, org.jboss.cache.TreeCache cache, org.jboss.cache.eviction.LFUConfiguration lfu)
           
 

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

Subclasses of ExoCacheConfig in org.exoplatform.services.cache.impl.jboss.lru
 class LRUExoCacheConfig
          The ExoCacheConfig for the LRU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 

Methods in org.exoplatform.services.cache.impl.jboss.lru that return types with arguments of type ExoCacheConfig
 Class<? extends ExoCacheConfig> LRUExoCacheCreator.getExpectedConfigType()
          Returns the type of ExoCacheConfig expected by the creator
 

Methods in org.exoplatform.services.cache.impl.jboss.lru with parameters of type ExoCacheConfig
 ExoCache LRUExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 

Constructors in org.exoplatform.services.cache.impl.jboss.lru with parameters of type ExoCacheConfig
LRUExoCacheCreator.LRUExoCache(ExoCacheConfig config, org.jboss.cache.TreeCache cache, org.jboss.cache.eviction.LRUConfiguration lru)
           
 

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

Subclasses of ExoCacheConfig in org.exoplatform.services.cache.impl.jboss.mru
 class MRUExoCacheConfig
          The ExoCacheConfig for the MRU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
 

Methods in org.exoplatform.services.cache.impl.jboss.mru that return types with arguments of type ExoCacheConfig
 Class<? extends ExoCacheConfig> MRUExoCacheCreator.getExpectedConfigType()
          Returns the type of ExoCacheConfig expected by the creator
 

Methods in org.exoplatform.services.cache.impl.jboss.mru with parameters of type ExoCacheConfig
 ExoCache MRUExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.