![JAR search and dependency download from the Maven repository](/logo.png)
net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmemcached Show documentation
Show all versions of xmemcached Show documentation
Extreme performance modern memcached client for java
The newest version!
package net.rubyeye.xmemcached.impl;
import net.rubyeye.xmemcached.MemcachedSessionLocator;
/**
* Abstract session locator
*
* @author dennis
* @date 2010-12-25
*/
public abstract class AbstractMemcachedSessionLocator implements MemcachedSessionLocator {
protected boolean failureMode;
public void setFailureMode(boolean failureMode) {
this.failureMode = failureMode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy