| Package | Description |
|---|---|
| org.exoplatform.services.cache.invalidation |
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidationExoCache.onExpire(CacheListenerContext context,
K key,
HashCode<V> obj)
An entry is expired from the cache.
|
void |
InvalidationExoCache.onGet(CacheListenerContext context,
K key,
HashCode<V> obj)
An entry is retrieved from the cache.
|
void |
InvalidationExoCache.onPut(CacheListenerContext context,
K key,
HashCode<V> obj)
An entry is inserted in the cache.
|
void |
InvalidationExoCache.onRemove(CacheListenerContext context,
K key,
HashCode<V> obj)
An entry is removed from the cache.
|
| Constructor and Description |
|---|
AsyncInvalidationExoCache(ExoCache<K,HashCode<V>> replicatedCache) |
Copyright © 2021 eXo Platform SAS. All Rights Reserved.