Class: Fastentry::MemcacheCache
- Inherits:
-
Cache
- Object
- SimpleDelegator
- Cache
- Fastentry::MemcacheCache
show all
- Defined in:
- lib/fastentry.rb
Instance Method Summary
collapse
Methods inherited from Cache
#expiration_for, for, #read
Instance Method Details
#keys ⇒ Object
54
55
56
|
# File 'lib/fastentry.rb', line 54
def keys
Memcached.keys(Rails.cache.stats.keys.first)
end
|