|
eXo Kernel :: Component :: Cache Service 2.4.8-GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.4.8-GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||