Uses of Interface
net.rubyeye.xmemcached.CASOperation
Packages that use CASOperation
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
-
Uses of CASOperation in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached with parameters of type CASOperationModifier and TypeMethodDescription<T> boolean
MemcachedClient.cas
(String key, int exp, CASOperation<T> operation) <T> boolean
MemcachedClient.cas
(String key, int exp, CASOperation<T> operation, Transcoder<T> transcoder) Cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."<T> boolean
MemcachedClient.cas
(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) <T> boolean
MemcachedClient.cas
(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation, Transcoder<T> transcoder) cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."<T> boolean
MemcachedClient.cas
(String key, CASOperation<T> operation) <T> boolean
MemcachedClient.cas
(String key, GetsResponse<T> getsResponse, CASOperation<T> operation) final <T> boolean
XMemcachedClient.cas
(String key, int exp, CASOperation<T> operation) final <T> boolean
XMemcachedClient.cas
(String key, int exp, CASOperation<T> operation, Transcoder<T> transcoder) final <T> boolean
XMemcachedClient.cas
(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) final <T> boolean
XMemcachedClient.cas
(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation, Transcoder<T> transcoder) final <T> boolean
XMemcachedClient.cas
(String key, CASOperation<T> operation) final <T> boolean
XMemcachedClient.cas
(String key, GetsResponse<T> getsReponse, CASOperation<T> operation) private final <T> boolean
XMemcachedClient.cas0
(String key, int exp, GetsResponse<T> getsResponse, CASOperation<T> operation, Transcoder<T> transcoder, byte[] keyBytes, boolean noreply) <T> void
MemcachedClient.casWithNoReply
(String key, int exp, CASOperation<T> operation) <T> void
MemcachedClient.casWithNoReply
(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) cas noreply<T> void
MemcachedClient.casWithNoReply
(String key, CASOperation<T> operation) <T> void
MemcachedClient.casWithNoReply
(String key, GetsResponse<T> getsResponse, CASOperation<T> operation) <T> void
XMemcachedClient.casWithNoReply
(String key, int exp, CASOperation<T> operation) <T> void
XMemcachedClient.casWithNoReply
(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) <T> void
XMemcachedClient.casWithNoReply
(String key, CASOperation<T> operation) <T> void
XMemcachedClient.casWithNoReply
(String key, GetsResponse<T> getsResponse, CASOperation<T> operation)