|
eXo Kernel :: Component :: Cache Service 2.4.8-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheService
Created by The eXo Platform SAS
The cache service.
| Method Summary | ||
|---|---|---|
void |
addExoCacheConfig(ExoCacheConfigPlugin plugin)
Adds a cache configuration plugin. |
|
Collection<ExoCache<? extends Serializable,?>> |
getAllCacheInstances()
Returns a collection of all the cache instances. |
|
|
getCacheInstance(String region)
Returns a specific cache instance. |
|
| Method Detail |
|---|
void addExoCacheConfig(ExoCacheConfigPlugin plugin)
plugin - the plugin
<K extends Serializable,V> ExoCache<K,V> getCacheInstance(String region)
throws NullPointerException,
IllegalArgumentException
K - the key typeV - the value typeregion - the cache region
NullPointerException - if the region argument is null
IllegalArgumentException - if the region argument length is zeroCollection<ExoCache<? extends Serializable,?>> getAllCacheInstances()
|
eXo Kernel :: Component :: Cache Service 2.4.8-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||