module SimpleForm::I18nCache

def reset_i18n_cache(key)

def reset_i18n_cache(key)
  class_variable_set(:"@@#{key}", {})
end