|
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 | |||||||||
java.lang.Objectorg.exoplatform.services.cache.impl.CacheServiceImpl
public class CacheServiceImpl
Created by The eXo Platform SAS. Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
| Constructor Summary | |
|---|---|
CacheServiceImpl(InitParams params)
|
|
CacheServiceImpl(InitParams params,
ExoCacheFactory factory)
|
|
| Method Summary | ||
|---|---|---|
void |
addExoCacheConfig(ComponentPlugin plugin)
|
|
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. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheServiceImpl(InitParams params)
throws Exception
Exception
public CacheServiceImpl(InitParams params,
ExoCacheFactory factory)
throws Exception
Exception| Method Detail |
|---|
public void addExoCacheConfig(ComponentPlugin plugin)
public void addExoCacheConfig(ExoCacheConfigPlugin plugin)
CacheService
addExoCacheConfig in interface CacheServiceplugin - the pluginpublic <K extends Serializable,V> ExoCache<K,V> getCacheInstance(String region)
CacheService
getCacheInstance in interface CacheServiceK - the key typeV - the value typeregion - the cache region
public Collection<ExoCache<? extends Serializable,?>> getAllCacheInstances()
CacheService
getAllCacheInstances in interface CacheService
|
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 | |||||||||