class Fastentry::DalliCache

Public Instance Methods

keys() click to toggle source
# File lib/fastentry.rb, line 79
def keys
  Memcached.keys(Rails.cache.dalli.stats.keys.first)
end