Package net.rubyeye.xmemcached.impl

Examples of net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator


    if (sessionLocatorNameEquals(KetamaMemcachedSessionLocator.class)) {
      return new KetamaMemcachedSessionLocator(getHashAlgorithm());
    }

    if (sessionLocatorNameEquals(PHPMemcacheSessionLocator.class)) {
      return new PHPMemcacheSessionLocator(getHashAlgorithm());
    }

    throw new IllegalArgumentException("Unsupported "
        + PROP_SESSION_LOCATOR + " value: " + getCommandFactoryName());
  }
View Full Code Here

TOP

Related Classes of net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.