class ActiveSupport::Cache::MemCacheStore

def stats

Get the statistics from the memcached servers.
def stats
  @data.stats
end