Package org.exoplatform.services.cache
This package provides an API used for data caching.
-
Interface Summary 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 ofExoCacheObjectCacheInfo<V> Created by The eXo Platform SAS
Wraps a cache entry to provide meta information in addition of the entry value. -
Class Summary Class Description ExoCacheConfig This class defines the main configuration properties of anExoCacheExoCacheConfigPlugin Created by The eXo Platform SAS
ExoCacheConfigPlugin is a component-plugin that allows to register a set of ExoCacheConfig to the CacheServiceExpireKeyStartWithSelector<K extends Serializable,V> Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr 4, 2006FIFOExoCache<K extends Serializable,V> Deprecated. useConcurrentFIFOExoCacheinsteadSimpleExoCache<K extends Serializable,V> Deprecated. useConcurrentFIFOExoCacheinstead -
Enum Summary Enum Description CacheMode Cache topology mode. -
Exception Summary Exception Description ExoCacheInitException An exception that represents any type of exception that prevent the initialization of theExoCache