Class CmsFormatterConfigurationCache

  • All Implemented Interfaces:
    I_CmsGlobalConfigurationCache

    public class CmsFormatterConfigurationCache
    extends java.lang.Object
    implements I_CmsGlobalConfigurationCache
    A cache object which holds a collection of formatter configuration beans read from the VFS.

    This class does not immediately update the cached formatter collection when changes in the VFS occur, but instead schedules an update action with a slight delay, so that if many formatters are changed in a short time, only one update operation is needed.

    Two instances of this cache are needed, one for the Online project and one for Offline projects.