com.google.code.ssm.providers.spymemcached
Class SpymemcachedConfiguration

java.lang.Object
  extended by com.google.code.ssm.providers.CacheConfiguration
      extended by com.google.code.ssm.providers.spymemcached.SpymemcachedConfiguration

public class SpymemcachedConfiguration
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 ConnectionFactoryBuilder class.

Since:
2.0.0
Author:
Jakub BiaƂek

Constructor Summary
SpymemcachedConfiguration()
           
 
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

SpymemcachedConfiguration

public SpymemcachedConfiguration()


Copyright © 2013. All Rights Reserved.