Uses the Dalli ruby library. This is the default unless the memcached library has already been required.
# File lib/rack/cache/entitystore.rb, line 220 def exist?(key) !cache.get(key).nil? end
# File lib/rack/cache/entitystore.rb, line 236 def purge(key) cache.delete(key) nil end
Generated with the Darkfish Rdoc Generator 2.