# File lib/simple_form/i18n_cache.rb, line 7
    def i18n_cache(key)
      get_i18n_cache(key)[I18n.locale] ||= yield.freeze
    end