Due to multiple Memcached clients being supported, the metrics binder should not be tied to a specific implementation, in this case the net.rubyeye.xmemcached.MemcachedClient, used on this line.
Meter metrics should be agnostic of the underlying client used for the Memcached cache.
Due to multiple Memcached clients being supported, the metrics binder should not be tied to a specific implementation, in this case the
net.rubyeye.xmemcached.MemcachedClient
, used on this line.Meter metrics should be agnostic of the underlying client used for the Memcached cache.