Uses of Interface
net.rubyeye.xmemcached.MemcachedClientCallable
-
Packages that use MemcachedClientCallable Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers. -
-
Uses of MemcachedClientCallable in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached with parameters of type MemcachedClientCallable Modifier and Type Method Description <T> T
MemcachedClient. withNamespace(java.lang.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.<T> T
XMemcachedClient. withNamespace(java.lang.String ns, MemcachedClientCallable<T> callable)
-