Class: Fastentry::DalliCache
- 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
#keys ⇒ Object
79 80 81 |
# File 'lib/fastentry.rb', line 79 def keys Memcached.keys(Rails.cache.dalli.stats.keys.first) end |