|
eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.1-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.cache.impl.jboss.AbstractExoCacheCreator
org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
public class EAExoCacheCreator
The ExpirationAlgorithm Implementation of an ExoCacheCreator
Created by The eXo Platform SAS
Author : Nicolas Filotto
nicolas.filotto@exoplatform.com
8 mars 2010
| Nested Class Summary | |
|---|---|
static class |
EAExoCacheCreator.EAExoCache
The ExpirationAlgorithm implementation of an ExoCache |
| Field Summary | |
|---|---|
protected long |
defaultExpirationTimeout
The default value for the parameter expirationTimeout |
static String |
EXPECTED_IMPL
The expected implementation name |
| Constructor Summary | |
|---|---|
EAExoCacheCreator()
|
|
| 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. |
| Methods inherited from class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheCreator |
|---|
addEvictionRegion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EXPECTED_IMPL
protected long defaultExpirationTimeout
| Constructor Detail |
|---|
public EAExoCacheCreator()
| Method Detail |
|---|
public String getExpectedImplementation()
public Class<? extends ExoCacheConfig> getExpectedConfigType()
ExoCacheConfig expected by the creator
public 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 cache
|
eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.1-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||