Object
# File lib/rack/cache/appengine.rb, line 23 def contains?(key) MC::Service.contains(key) end
# File lib/rack/cache/appengine.rb, line 46 def delete(key) MC::Service.delete(key) end
# File lib/rack/cache/appengine.rb, line 27 def get(key) value = MC::Service.get(key) Marshal.load(Base64.decode64(value)) if value end
# File lib/rack/cache/appengine.rb, line 38 def namespace MC::Service.getNamespace end
Generated with the Darkfish Rdoc Generator 2.