Uses of Interface
org.exoplatform.services.cache.ExoCache

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

Classes in org.exoplatform.services.cache that implement ExoCache
 class BaseExoCache
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
 class FIFOExoCache
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
 class SimpleExoCache
          Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
 

Methods in org.exoplatform.services.cache that return ExoCache
 ExoCache ExoCacheFactory.createCache(ExoCacheConfig config)
          Creates a new instance of ExoCache
 ExoCache CacheService.getCacheInstance(String region)
           
 

Methods in org.exoplatform.services.cache with parameters of type ExoCache
 void CacheListener.onClearCache(ExoCache cache)
           
 void CacheListener.onExpire(ExoCache cache, Serializable key, Object obj)
           
 void CacheListener.onGet(ExoCache cache, Serializable key, Object obj)
           
 void CacheListener.onPut(ExoCache cache, Serializable key, Object obj)
           
 void CacheListener.onRemove(ExoCache cache, Serializable key, Object obj)
           
 void CachedObjectSelector.onSelect(ExoCache cache, Serializable key, ObjectCacheInfo ocinfo)
           
 void ExpireKeyStartWithSelector.onSelect(ExoCache cache, Serializable key, ObjectCacheInfo ocinfo)
           
 

Uses of ExoCache in org.exoplatform.services.cache.concurrent
 

Classes in org.exoplatform.services.cache.concurrent that implement ExoCache
 class ConcurrentFIFOExoCache
          An ExoCache implementation based on ConcurrentHashMap that minimize locking.
 

Uses of ExoCache in org.exoplatform.services.cache.impl
 

Methods in org.exoplatform.services.cache.impl that return ExoCache
 ExoCache CacheServiceImpl.getCacheInstance(String region)
           
 

Methods in org.exoplatform.services.cache.impl with parameters of type ExoCache
 void DistributedCacheListener.onClearCache(ExoCache cache)
           
 void LoggingCacheListener.onClearCache(ExoCache cache)
           
 void DistributedCacheListener.onExpire(ExoCache cache, Serializable key, Object obj)
           
 void LoggingCacheListener.onExpire(ExoCache cache, Serializable key, Object obj)
           
 void DistributedCacheListener.onGet(ExoCache cache, Serializable key, Object obj)
           
 void LoggingCacheListener.onGet(ExoCache cache, Serializable key, Object obj)
           
 void DistributedCacheListener.onPut(ExoCache cache, Serializable key, Object obj)
           
 void LoggingCacheListener.onPut(ExoCache cache, Serializable key, Object obj)
           
 void DistributedCacheListener.onRemove(ExoCache cache, Serializable key, Object obj)
           
 void LoggingCacheListener.onRemove(ExoCache cache, Serializable key, Object obj)
           
 

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

Classes in org.exoplatform.services.cache.impl.jboss that implement ExoCache
 class AbstractExoCache
          An ExoCache implementation based on Node.
 

Methods in org.exoplatform.services.cache.impl.jboss that return ExoCache
 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 ExoCache in org.exoplatform.services.cache.impl.jboss.fifo
 

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

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

Classes in org.exoplatform.services.cache.impl.jboss.lfu that implement ExoCache
static class LFUExoCacheCreator.LFUExoCache
          The LRU implementation of an ExoCache
 

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

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

Classes in org.exoplatform.services.cache.impl.jboss.lru that implement ExoCache
static class LRUExoCacheCreator.LRUExoCache
          The LRU implementation of an ExoCache
 

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

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

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