Method: ActiveSupport::Cache::MemCacheStore#stats

Defined in:
lib/active_support/cache/mem_cache_store.rb

#statsObject



133
134
135
# File 'lib/active_support/cache/mem_cache_store.rb', line 133

def stats
  @data.stats
end