|
eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExoCacheCreator
This class is used to create the cache according to the given
configuration ExoCacheConfig
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
20 juil. 2009
| Method Summary | |
|---|---|
ExoCache<Serializable,Object> |
create(ExoCacheConfig config,
org.jboss.cache.Cache<Serializable,Object> cache)
Creates an eXo cache according to the given configuration ExoCacheConfig |
Class<? extends ExoCacheConfig> |
getExpectedConfigType()
Returns the type of ExoCacheConfig expected by the creator |
String |
getExpectedImplementation()
Returns the name of the implementation expected by the creator. |
| Method Detail |
|---|
ExoCache<Serializable,Object> create(ExoCacheConfig config,
org.jboss.cache.Cache<Serializable,Object> cache)
throws ExoCacheInitException
ExoCacheConfig
config - the configuration of the cache to applycache - the cache to initialize
ExoCacheInitException - if an exception happens while initializing the cacheClass<? extends ExoCacheConfig> getExpectedConfigType()
ExoCacheConfig expected by the creator
String getExpectedImplementation()
|
eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||