Class MCExoCacheCreator
- java.lang.Object
-
- org.exoplatform.services.cache.impl.memcached.MCExoCacheCreator
-
public class MCExoCacheCreator extends Object
The implementation of an ExoCacheCreator based on the LRU expiration algorithm- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Constructor Summary
Constructors Constructor Description MCExoCacheCreator(long defaultExpirationTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.services.cache.ExoCache<Serializable,Object>create(org.exoplatform.container.ExoContainerContext ctx, org.exoplatform.services.cache.ExoCacheConfig config, net.spy.memcached.MemcachedClient cache)
-
-
-
Method Detail
-
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
-
-