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

Uses of Class
org.exoplatform.services.cache.invalidation.InvalidationExoCache.HashCode

Packages that use InvalidationExoCache.HashCode
org.exoplatform.services.cache.invalidation   
 

Uses of InvalidationExoCache.HashCode in org.exoplatform.services.cache.invalidation
 

Methods in org.exoplatform.services.cache.invalidation with parameters of type InvalidationExoCache.HashCode
 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.