See: Description
| Interface | Description |
|---|---|
| CachedObjectSelector<K extends Serializable,V> |
Created by The eXo Platform SAS
CachedObjectSelector interface provides a way to perform action on selected keys. |
| CacheInfo |
Provides information about a cache.
|
| CacheListener<K extends Serializable,V> |
Created by The eXo Platform SAS
The cache listener allows to be aware of various events that occurs for a cache. |
| CacheListenerContext |
A context for a cache listener.
|
| CacheService |
Created by The eXo Platform SAS
The cache service. |
| ExoCache<K extends Serializable,V> |
Created by The eXo Platform SAS
A bare cache. |
| ExoCacheFactory |
This class allows you to create a new instance of
ExoCache |
| ObjectCacheInfo<V> |
Created by The eXo Platform SAS
Wraps a cache entry to provide meta information in addition of the entry value. |
| Class | Description |
|---|---|
| ExoCacheConfig |
This class defines the main configuration properties of an
ExoCache |
| ExoCacheConfigPlugin |
Created by The eXo Platform SAS
ExoCacheConfigPlugin is a component-plugin that allows to register a set of ExoCacheConfig to the CacheService |
| ExpireKeyStartWithSelector<K extends Serializable,V> |
Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr
4, 2006
|
| FIFOExoCache<K extends Serializable,V> | Deprecated
use
ConcurrentFIFOExoCache instead |
| SimpleExoCache<K extends Serializable,V> | Deprecated
use
ConcurrentFIFOExoCache instead |
| Exception | Description |
|---|---|
| ExoCacheInitException |
An exception that represents any type of exception that prevent the initialization of
the
ExoCache |
Copyright © 2016 eXo Platform SAS. All Rights Reserved.