Interface I_CmsCachableApp

All Superinterfaces:
Serializable
All Known Implementing Classes:
CmsAppHierachy, CmsFileExplorer, CmsListManager, CmsModuleApp, CmsSourceSearchApp

public interface I_CmsCachableApp extends Serializable
Apps implementing this interface will be stored in the user session so returning to the app will be quicker and use less resources.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether this app should be cached within the user session.
    void
    Called after the view is fetched from the cache.
  • Method Details

    • isCachable

      boolean isCachable()
      Returns whether this app should be cached within the user session.

      Returns:
      true if the app is cachable
    • onRestoreFromCache

      Called after the view is fetched from the cache.