Uses of Class
net.spy.memcached.CASValue
Packages that use CASValue
-
Uses of CASValue in net.spy.memcached
Methods in net.spy.memcached that return CASValueModifier and TypeMethodDescriptionMemcachedClient.getAndTouch(String key, int exp) Get a single key and reset its expiration using the default transcoder.<T> CASValue<T> MemcachedClient.getAndTouch(String key, int exp, Transcoder<T> tc) Get with a single key and reset its expiration.MemcachedClientIF.getAndTouch(String key, int exp) <T> CASValue<T> MemcachedClientIF.getAndTouch(String key, int exp, Transcoder<T> tc) Gets (with CAS support) with a single key using the default transcoder.<T> CASValue<T> MemcachedClient.gets(String key, Transcoder<T> tc) Gets (with CAS support) with a single key.<T> CASValue<T> MemcachedClientIF.gets(String key, Transcoder<T> tc) Methods in net.spy.memcached that return types with arguments of type CASValueModifier and TypeMethodDescriptionMemcachedClient.asyncGetAndTouch(String key, int exp) Get the given key to reset its expiration time.<T> OperationFuture<CASValue<T>> MemcachedClient.asyncGetAndTouch(String key, int exp, Transcoder<T> tc) Get the given key to reset its expiration time.MemcachedClientIF.asyncGetAndTouch(String key, int exp) MemcachedClientIF.asyncGetAndTouch(String key, int exp, Transcoder<T> tc) Gets (with CAS support) the given key asynchronously and decode using the default transcoder.<T> OperationFuture<CASValue<T>> MemcachedClient.asyncGets(String key, Transcoder<T> tc) Gets (with CAS support) the given key asynchronously.MemcachedClientIF.asyncGets(String key, Transcoder<T> tc)