= private = protected
stats()
Get the statistics from the memcached servers.
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 220 def stats @data.with { |c| c.stats } end