Uses of Class
org.exoplatform.services.cache.invalidation.HashCode
-
Packages that use HashCode Package Description org.exoplatform.services.cache.invalidation -
-
Uses of HashCode in org.exoplatform.services.cache.invalidation
Methods in org.exoplatform.services.cache.invalidation with parameters of type HashCode Modifier and Type Method Description voidInvalidationExoCache. 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 Constructor Description AsyncInvalidationExoCache(ExoCache<K,HashCode<V>> replicatedCache)
-