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,
Comment #1
Posted on Mar 18, 2015 by Grumpy WombatSorry! this is already added in the newer versions. my mistake should have checked this in newer versions. Apologies!. Please close this issue.
Status: New
Labels:
Type-Defect
Priority-Medium