bigdata4u / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

Missing CAS API (With exp. time and without Transcoder) #319

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?

Using spymemcached client version 2.8.4

-- Missing CAS API (With exp. time and without Transcoder)
<T> CASResponse cas(java.lang.String key, long casId, int exp, T value)

-- Currently Available CAS APIs 
-- With MemcachedClientIF
<T> CASResponse cas(java.lang.String key, long casId, int exp, T value, 
Transcoder<T> tc) 
CASResponse cas(java.lang.String key, long casId, java.lang.Object value) 

-- With MemcachedClient
<T> CASResponse cas(java.lang.String key, long casId, int exp, T value, 
Transcoder<T> tc)
CASResponse cas(java.lang.String key, long casId, java.lang.Object value)
<T> CASResponse cas(java.lang.String key, long casId, T value, Transcoder<T> tc)

any thoughts on this??

thanks,

Original issue reported on code.google.com by mohammed...@gmail.com on 18 Mar 2015 at 2:18

GoogleCodeExporter commented 8 years ago
Sorry! this is already added in the newer versions. my mistake should have 
checked this in newer versions. Apologies!. Please close this issue.

Original comment by mohammed...@gmail.com on 18 Mar 2015 at 2:53