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