class ActiveSupport::Cache::MemCacheStore

def stats

Get the statistics from the memcached servers.
def stats
  @data.with { |c| c.stats }
end