Class: Fastentry::MemcacheCache

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



73
74
75
# File 'lib/fastentry.rb', line 73

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