Method: Cache#stats

Defined in:
lib/cache.rb

#statsObject

Get stats.

Example:

cache.stats


167
168
169
170
# File 'lib/cache.rb', line 167

def stats
  handle_fork
  _stats
end