| Package | Description |
|---|---|
| org.exoplatform.services.cache |
This package provides an API used for data caching.
|
| org.exoplatform.services.cache.concurrent | |
| org.exoplatform.services.cache.impl | |
| org.exoplatform.services.cache.invalidation |
| Modifier and Type | Method and Description |
|---|---|
void |
ExoCache.addCacheListener(CacheListener<? super K,? super V> listener)
Add a listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentFIFOExoCache.addCacheListener(CacheListener<? super K,? super V> listener) |
| Constructor and Description |
|---|
ListenerContext(CacheListener<? super K,? super V> listener,
ConcurrentFIFOExoCache cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingCacheListener
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Oct 4, 2008
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidationExoCache<K extends Serializable,V>
This eXo cache type is a decorator allowing ExoCache instances that have
big values or non serializable values to be replicated thanks to an invalidation
mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidationExoCache.addCacheListener(CacheListener<? super K,? super V> listener) |
Copyright © 2017 eXo Platform SAS. All Rights Reserved.