# File lib/multi_json/options_cache.rb, line 5
    def reset
      @dump_cache = {}
      @load_cache = {}
    end