Class: Fastentry::DalliCache

Inherits:
Cache
  • Object
show all
Defined in:
lib/fastentry.rb

Instance Method Summary collapse

Methods inherited from Cache

#expiration_for, for, #number_of_keys, #read, #search, #select

Instance Method Details

#keysObject



79
80
81
# File 'lib/fastentry.rb', line 79

def keys
  Memcached.keys(Rails.cache.dalli.stats.keys.first)
end