# File lib/rack/cache/entitystore.rb, line 302 302: def exist?(key) 303: cache.contains?(key) 304: end
# File lib/rack/cache/entitystore.rb, line 310 310: def open(key) 311: if data = read(key) 312: [data] 313: else 314: nil 315: end 316: end
# File lib/rack/cache/entitystore.rb, line 325 325: def purge(key) 326: cache.delete(key) 327: nil 328: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.