# File lib/rack/cache/metastore.rb, line 312 312: def initialize(server="localhost:11211", options={}) 313: @cache = 314: if server.respond_to?(:stats) 315: server 316: else 317: require 'dalli' 318: ::Dalli::Client.new(server, options) 319: end 320: end
# File lib/rack/cache/metastore.rb, line 332 332: def purge(key) 333: cache.delete(hexdigest(key)) 334: nil 335: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.