public class MemcachedCacheConfig extends Object
| Constructor and Description |
|---|
MemcachedCacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExpiration() |
String |
getHosts() |
String |
getLocator() |
int |
getMaxObjectSize() |
long |
getMaxOperationQueueSize() |
String |
getMemcachedPrefix() |
int |
getNumConnections() |
String |
getProtocol() |
int |
getReadBufferSize() |
int |
getTimeout() |
public int getExpiration()
public int getTimeout()
public String getHosts()
public int getMaxObjectSize()
public String getMemcachedPrefix()
public long getMaxOperationQueueSize()
public int getReadBufferSize()
public int getNumConnections()
public String getProtocol()
public String getLocator()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.