Uses of Class
org.exoplatform.services.cache.invalidation.HashCode
Packages that use HashCode
-
Uses of HashCode in org.exoplatform.services.cache.invalidation
Methods in org.exoplatform.services.cache.invalidation with parameters of type HashCodeModifier and TypeMethodDescriptionvoidInvalidationExoCache.onExpire(CacheListenerContext context, K key, HashCode<V> obj) An entry is expired from the cache.voidInvalidationExoCache.onGet(CacheListenerContext context, K key, HashCode<V> obj) An entry is retrieved from the cache.voidInvalidationExoCache.onPut(CacheListenerContext context, K key, HashCode<V> obj) An entry is inserted in the cache.voidInvalidationExoCache.onRemove(CacheListenerContext context, K key, HashCode<V> obj) An entry is removed from the cache.Constructor parameters in org.exoplatform.services.cache.invalidation with type arguments of type HashCode