All Classes and Interfaces

Class
Description
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.
Created by The eXo Platform SAS
CachedObjectSelector interface provides a way to perform action on selected keys.
Provides information about a cache.
Created by The eXo Platform SAS
The cache listener allows to be aware of various events that occurs for a cache.
A context for a cache listener.
Cache topology mode.
Created by The eXo Platform SAS
The cache service.
Created by The eXo Platform SAS.
 
Really the cache state (we need it because of the clear cache consistency).
An ExoCache implementation based on ConcurrentHashMap that minimize locking.
Created by The eXo Platform SAS
A bare cache.
This class defines the main configuration properties of an ExoCache
Created by The eXo Platform SAS
ExoCacheConfigPlugin is a component-plugin that allows to register a set of ExoCacheConfig to the CacheService
This class allows you to create a new instance of ExoCache
An exception that represents any type of exception that prevent the initialization of the ExoCache
Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr 4, 2006
Deprecated.
A future cache that prevents the loading of the same resource twice.
 
We use this class to propagate the hash code of the value efficiently over the network
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.
 
 
The loader interface is used by the future cache to retrieves the value from the key when it does not exist.
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 4, 2008
Created by The eXo Platform SAS
Wraps a cache entry to provide meta information in addition of the entry value.
The queue needed by the concurrent FIFO cache.
Deprecated.