Class: Fastentry::DalliCache
- Defined in:
- lib/fastentry.rb
Instance Method Summary collapse
Methods inherited from Cache
Instance Method Details
#keys ⇒ Object
60 61 62 |
# File 'lib/fastentry.rb', line 60 def keys Memcached.keys(Rails.cache.dalli.stats.keys.first) end |