|
eXo Kernel :: Component :: Cache Service 2.4.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheService
The cache service. Created by The eXo Platform SAS. Author : Tuan Nguyen tuan08@users.sourceforge.net Date: Jun 14, 2003 Time: 1:12:22 PM
| 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.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||