| 程序包 | 说明 |
|---|---|
| net.rubyeye.xmemcached |
XMemcached's main classes and interfaces,use these
classes/interfaces to interact with memcached servers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Counter |
XMemcachedClient.getCounter(String key) |
Counter |
MemcachedClient.getCounter(String key)
Get counter for key,and if the key's value is not set,then set it with 0.
|
Counter |
XMemcachedClient.getCounter(String key,
long initialValue) |
Counter |
MemcachedClient.getCounter(String key,
long initialValue)
Get counter for key,and if the key's value is not set,then set it with
initial value.
|
Copyright © 2013. All Rights Reserved.