Class MCExoCacheCreator
java.lang.Object
org.exoplatform.services.cache.impl.memcached.MCExoCacheCreator
The implementation of an ExoCacheCreator based on the LRU expiration algorithm
- Version:
- $Id$
- Author:
- Nicolas Filotto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.services.cache.ExoCache<Serializable,Object> create(org.exoplatform.container.ExoContainerContext ctx, org.exoplatform.services.cache.ExoCacheConfig config, net.spy.memcached.MemcachedClient cache)
-
Constructor Details
-
MCExoCacheCreator
public MCExoCacheCreator(long defaultExpirationTimeout)
-
-
Method Details
-
create
public org.exoplatform.services.cache.ExoCache<Serializable,Object> create(org.exoplatform.container.ExoContainerContext ctx, org.exoplatform.services.cache.ExoCacheConfig config, net.spy.memcached.MemcachedClient cache) throws org.exoplatform.services.cache.ExoCacheInitException - Throws:
org.exoplatform.services.cache.ExoCacheInitException
-