# File lib/multi_json/adapter.rb, line 29
      def collect_load_options(options)
        cache('load', options){ collect_options(:load_options, options).merge(options) }
      end