public interface MemcacheConfiguration extends Configuration<MemcachePoolService>
Configuration.ConfigurationMixin<T>| Modifier and Type | Method and Description | 
|---|---|
Property<String> | 
addresses()
Memcached server addresses space separated. 
 | 
Property<String> | 
authMechanism()
SASL authentication mechanism. 
 | 
Property<Integer> | 
expiration()
Cached items expiration in seconds. 
 | 
Property<String> | 
password()
Password. 
 | 
Property<String> | 
protocol()
Memcache Protocol. 
 | 
Property<String> | 
username()
Username. 
 | 
get, refresh, save@Optional Property<Integer> expiration()
@Optional Property<String> addresses()
@Optional Property<String> protocol()
@Optional Property<String> username()