Class CachingI18nFactory

java.lang.Object
com.atlassian.jira.i18n.CachingI18nFactory
All Implemented Interfaces:
Startable, InitializingComponent, I18nHelper.BeanFactory

public class CachingI18nFactory extends Object implements I18nHelper.BeanFactory, InitializingComponent, Startable
As the name implies: a factory that caches for different locales I18nHelper.

With the advent of Plugins-2 we need to iterate through all enabled plugins and get their i18n resources when an I18nHelper is required.