Uses of Class
net.rubyeye.xmemcached.XMemcachedClient
-
Packages that use XMemcachedClient Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.aws -
-
Uses of XMemcachedClient in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached with parameters of type XMemcachedClient Modifier and Type Method Description protected void
XMemcachedClientBuilder. configureClient(XMemcachedClient memcachedClient)
-
Uses of XMemcachedClient in net.rubyeye.xmemcached.aws
Subclasses of XMemcachedClient in net.rubyeye.xmemcached.aws Modifier and Type Class Description class
AWSElasticCacheClient
AWS ElasticCache Client.
-