# File lib/multi_json/options_cache.rb, line 10 def fetch(type, key) cache = instance_variable_get("@#{type}_cache") cache.key?(key) ? cache[key] : write(cache, key, &Proc.new) end