# File lib/anemone/page_store.rb, line 41
    def touch_key(key)
      self[key] = Page.new(key)
    end