eXo Kernel :: Cache Extension :: Memcached Implementation 2.5.0-GA

org.exoplatform.services.cache.impl.memcached
Class MCExoCacheCreator

java.lang.Object
  extended by 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
MCExoCacheCreator(long defaultExpirationTimeout)
           
 
Method Summary
 ExoCache<Serializable,Object> create(ExoContainerContext ctx, ExoCacheConfig config, net.spy.memcached.MemcachedClient cache)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCExoCacheCreator

public MCExoCacheCreator(long defaultExpirationTimeout)
Method Detail

create

public ExoCache<Serializable,Object> create(ExoContainerContext ctx,
                                            ExoCacheConfig config,
                                            net.spy.memcached.MemcachedClient cache)
                                     throws ExoCacheInitException

Throws:
ExoCacheInitException

eXo Kernel :: Cache Extension :: Memcached Implementation 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.