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

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

Methods in org.exoplatform.services.cache that throw ExoCacheInitException
 ExoCache ExoCacheFactory.createCache(ExoCacheConfig config)
          Creates a new instance of ExoCache
 

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

Methods in org.exoplatform.services.cache.impl.jboss that throw ExoCacheInitException
 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.
 

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

Methods in org.exoplatform.services.cache.impl.jboss.fifo that throw ExoCacheInitException
 ExoCache FIFOExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 

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

Methods in org.exoplatform.services.cache.impl.jboss.lfu that throw ExoCacheInitException
 ExoCache LFUExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 

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

Methods in org.exoplatform.services.cache.impl.jboss.lru that throw ExoCacheInitException
 ExoCache LRUExoCacheCreator.create(ExoCacheConfig config, org.jboss.cache.TreeCache cache)
          Creates an eXo cache according to the given configuration ExoCacheConfig
 

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

Methods in org.exoplatform.services.cache.impl.jboss.mru that throw ExoCacheInitException
 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.