Class MCExoCacheCreator


  • public class MCExoCacheCreator
    extends Object
    The implementation of an ExoCacheCreator based on the LRU expiration algorithm
    Version:
    $Id$
    Author:
    Nicolas Filotto
    • Constructor Detail

      • MCExoCacheCreator

        public MCExoCacheCreator​(long defaultExpirationTimeout)
    • 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