eXo Kernel :: Component :: Cache Service 2.5.0-GA

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

Packages that use CacheListener
org.exoplatform.services.cache This package provides an API used for data caching. 
org.exoplatform.services.cache.concurrent   
org.exoplatform.services.cache.impl   
org.exoplatform.services.cache.invalidation   
 

Uses of CacheListener in org.exoplatform.services.cache
 

Methods in org.exoplatform.services.cache with parameters of type CacheListener
 void ExoCache.addCacheListener(CacheListener<? super K,? super V> listener)
          Add a listener.
 

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

Methods in org.exoplatform.services.cache.concurrent with parameters of type CacheListener
 void ConcurrentFIFOExoCache.addCacheListener(CacheListener<? super K,? super V> listener)
           
 

Constructors in org.exoplatform.services.cache.concurrent with parameters of type CacheListener
ListenerContext(CacheListener<? super K,? super V> listener, ConcurrentFIFOExoCache cache)
           
 

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

Classes in org.exoplatform.services.cache.impl that implement CacheListener
 class LoggingCacheListener
          Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 4, 2008
 

Uses of CacheListener in org.exoplatform.services.cache.invalidation
 

Classes in org.exoplatform.services.cache.invalidation that implement CacheListener
 class InvalidationExoCache<K extends Serializable,V>
          This eXo cache type is a decorator allowing ExoCache instances that have big values or non serializable values to be replicated thanks to an invalidation mechanism.
 

Methods in org.exoplatform.services.cache.invalidation with parameters of type CacheListener
 void InvalidationExoCache.addCacheListener(CacheListener<? super K,? super V> listener)
           
 


eXo Kernel :: Component :: Cache Service 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.