# File lib/webrobots.rb, line 32
  def create_cache
    Hash.new    # Must respond to [], []=, delete and clear.
  end