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 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