|
eXo Kernel :: Cache Extension :: Memcached Implementation 2.5.0-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.services.cache.impl.memcached.ExoCacheFactoryImpl
public class ExoCacheFactoryImpl
This class is the Memcached implementation of the ExoCacheFactory
| Field Summary | |
|---|---|
static String |
CONNECTION_FACTORY_CREATOR
The parameter key that defines the ConnectionFactoryCreator |
static String |
DEFAULT_EXPIRATION_TIMEOUT
The parameter key that defines the default expiration timeout |
static long |
DEFAULT_EXPIRATION_TIMEOUT_VALUE
The default expiration timeout, set to 15 minutes |
static String |
MEMCACHED_LOCATIONS
The parameter key that defines the memcache locations |
| Constructor Summary | |
|---|---|
ExoCacheFactoryImpl(ExoContainerContext ctx,
InitParams params)
The default constructor |
|
| Method Summary | |
|---|---|
ExoCache |
createCache(ExoCacheConfig config)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CONNECTION_FACTORY_CREATOR
ConnectionFactoryCreator
public static final String MEMCACHED_LOCATIONS
public static final String DEFAULT_EXPIRATION_TIMEOUT
public static final long DEFAULT_EXPIRATION_TIMEOUT_VALUE
| Constructor Detail |
|---|
public ExoCacheFactoryImpl(ExoContainerContext ctx,
InitParams params)
throws IOException
IOException| Method Detail |
|---|
public ExoCache createCache(ExoCacheConfig config)
throws ExoCacheInitException
createCache in interface ExoCacheFactoryExoCacheInitExceptionpublic void start()
start in interface Startablepublic void stop()
stop in interface Startable
|
eXo Kernel :: Cache Extension :: Memcached Implementation 2.5.0-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||