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

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

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

Methods in org.exoplatform.services.cache with parameters of type CacheListenerContext
 void CacheListener.onClearCache(CacheListenerContext context)
          The cache is globally cleared.
 void CacheListener.onExpire(CacheListenerContext context, K key, V obj)
          An entry is expired from the cache.
 void CacheListener.onGet(CacheListenerContext context, K key, V obj)
          An entry is retrieved from the cache.
 void CacheListener.onPut(CacheListenerContext context, K key, V obj)
          An entry is inserted in the cache.
 void CacheListener.onRemove(CacheListenerContext context, K key, V obj)
          An entry is removed from the cache.
 

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

Classes in org.exoplatform.services.cache.concurrent that implement CacheListenerContext
 class ListenerContext<K,V>
           
 

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

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

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

Methods in org.exoplatform.services.cache.invalidation with parameters of type CacheListenerContext
 void InvalidationExoCache.onClearCache(CacheListenerContext context)
           
 void InvalidationExoCache.onExpire(CacheListenerContext context, K key, InvalidationExoCache.HashCode<V> obj)
          An entry is expired from the cache.
 void InvalidationExoCache.onGet(CacheListenerContext context, K key, InvalidationExoCache.HashCode<V> obj)
          An entry is retrieved from the cache.
 void InvalidationExoCache.onPut(CacheListenerContext context, K key, InvalidationExoCache.HashCode<V> obj)
          An entry is inserted in the cache.
 void InvalidationExoCache.onRemove(CacheListenerContext context, K key, InvalidationExoCache.HashCode<V> obj)
          An entry is removed from the cache.
 


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

Copyright © 2014 eXo Platform SAS. All Rights Reserved.