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   
 

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(java.lang.String region)
           
 

Methods in org.exoplatform.services.cache with parameters of type ExoCache
 void CacheListener.onClearCache(ExoCache cache)
           
 void CacheListener.onExpire(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void CacheListener.onGet(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void CacheListener.onPut(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void CacheListener.onRemove(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void CachedObjectSelector.onSelect(ExoCache cache, java.io.Serializable key, ObjectCacheInfo ocinfo)
           
 void ExpireKeyStartWithSelector.onSelect(ExoCache cache, java.io.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(java.lang.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, java.io.Serializable key, java.lang.Object obj)
           
 void LoggingCacheListener.onExpire(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void DistributedCacheListener.onGet(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void LoggingCacheListener.onGet(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void DistributedCacheListener.onPut(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void LoggingCacheListener.onPut(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void DistributedCacheListener.onRemove(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 void LoggingCacheListener.onRemove(ExoCache cache, java.io.Serializable key, java.lang.Object obj)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.