com.google.code.ssm.providers.xmemcached
Class XMemcachedConfiguration

java.lang.Object
  extended by com.google.code.ssm.providers.CacheConfiguration
      extended by com.google.code.ssm.providers.xmemcached.XMemcachedConfiguration

public class XMemcachedConfiguration
extends CacheConfiguration

Allows to set provider specific settings. If property is not set (null) default value defined by provider will be used. Description of each property can be found in MemcachedClientBuilder and MemcachedClient classes.

Version:
2.0.0
Author:
Jakub BiaƂek

Constructor Summary
XMemcachedConfiguration()
           
 
Method Summary
 
Methods inherited from class com.google.code.ssm.providers.CacheConfiguration
canEqual, equals, getOperationTimeout, hashCode, isConsistentHashing, isUseBinaryProtocol, setConsistentHashing, setOperationTimeout, setUseBinaryProtocol, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMemcachedConfiguration

public XMemcachedConfiguration()


Copyright © 2013. All Rights Reserved.