Interface PerspectiveProjectCache

  • All Known Implementing Classes:
    PerspectiveProjectCacheImpl

    public interface PerspectiveProjectCache
    The PerspectiveProjectCache manages a cache of the latest ProjectConfig and concatenated css classes compiled from the style resource JSON sources on a per project version basis. The cache is keyed by the name of the Project which contains the style resources. Interested parties can add and remove listeners of a project's config and style resource changes by subscribing to the event bus (see getEventBus()).