public interface I_CmsCachableApp extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCachable()
Returns whether this app should be cached within the user session.
|
void |
onRestoreFromCache()
Called after the view is fetched from the cache.
|
boolean isCachable()
true if the app is cachablevoid onRestoreFromCache()