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