| 程序包 | 说明 |
|---|---|
| net.rubyeye.xmemcached |
XMemcached's main classes and interfaces,use these
classes/interfaces to interact with memcached servers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
XMemcachedClient.withNamespace(String ns,
MemcachedClientCallable<T> callable) |
<T> T |
MemcachedClient.withNamespace(String ns,
MemcachedClientCallable<T> callable)
With the namespae to do something with current memcached client.All
operations with memcached client done in callable will be under the
namespace.
|
Copyright © 2013. All Rights Reserved.