Package org.opencms.ui.apps
Interface I_CmsCachableApp
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CmsAppHierachy
,CmsFileExplorer
,CmsListManager
,CmsModuleApp
,CmsSourceSearchApp
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 TypeMethodDescriptionboolean
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
void onRestoreFromCache()Called after the view is fetched from the cache.
-