Uses of Interface
org.exoplatform.services.cache.CacheListener
Packages that use CacheListener
Package
Description
This package provides an API used for data caching.
-
Uses of CacheListener in org.exoplatform.services.cache
Methods in org.exoplatform.services.cache with parameters of type CacheListenerModifier and TypeMethodDescriptionvoidExoCache.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 CacheListenerModifier and TypeMethodDescriptionvoidConcurrentFIFOExoCache.addCacheListener(CacheListener<? super K, ? super V> listener) Constructors in org.exoplatform.services.cache.concurrent with parameters of type CacheListenerModifierConstructorDescriptionListenerContext(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 CacheListenerModifier and TypeClassDescriptionclassCreated 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 CacheListenerModifier and TypeClassDescriptionclassInvalidationExoCache<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 CacheListenerModifier and TypeMethodDescriptionvoidInvalidationExoCache.addCacheListener(CacheListener<? super K, ? super V> listener)