| Package | Description |
|---|---|
| org.exoplatform.services.cache |
This package provides an API used for data caching.
|
| org.exoplatform.services.cache.concurrent | |
| org.exoplatform.services.cache.invalidation |
| Modifier and Type | Class and Description |
|---|---|
class |
FIFOExoCache<K extends Serializable,V>
Deprecated.
use
ConcurrentFIFOExoCache instead |
class |
SimpleExoCache<K extends Serializable,V>
Deprecated.
use
ConcurrentFIFOExoCache instead |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleReplicatedExoCache<K extends Serializable,V extends Serializable>
This implementation of
ExoCache will behave exactly the same way as ConcurrentFIFOExoCache
except in case of a cache change, indeed the modifications will be first applied locally
then it will be replicated over the cluster asynchronously to limit the performance impact
on the local cluster node. |
| Constructor and Description |
|---|
ListenerContext(CacheListener<? super K,? super V> listener,
ConcurrentFIFOExoCache cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncInvalidationExoCache<K extends Serializable,V>
This implementation of
ExoCache will behave exactly the same way as ConcurrentFIFOExoCache
except in case of a cache change, indeed the modifications will be first applied locally
then it will be invalidated over the cluster asynchronously to limit the performance impact
on the local cluster node. |
Copyright © 2018 eXo Platform SAS. All Rights Reserved.