Uses of Class
net.rubyeye.xmemcached.Counter
Packages that use Counter
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
-
Uses of Counter in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached that return CounterModifier and TypeMethodDescriptionMemcachedClient.getCounter
(String key) Get counter for key,and if the key's value is not set,then set it with 0.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.XMemcachedClient.getCounter
(String key) XMemcachedClient.getCounter
(String key, long initialValue)