Uses of Interface
org.exoplatform.services.cache.CacheListener
-
Packages that use CacheListener Package Description 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 Modifier and Type Method Description voidExoCache. 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 Modifier and Type Method Description voidConcurrentFIFOExoCache. addCacheListener(CacheListener<? super K,? super V> listener)Constructors in org.exoplatform.services.cache.concurrent with parameters of type CacheListener Constructor Description 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 Modifier and Type Class Description classLoggingCacheListenerCreated 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 Modifier and Type Class Description classInvalidationExoCache<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 Modifier and Type Method Description voidInvalidationExoCache. addCacheListener(CacheListener<? super K,? super V> listener)
-