Caching at Server Startup
Collaboration and Approvals can be configured to enable caching at server startup.
See Enabling Cache Load at Server Startup) using the AefStartupServlet. This table lists what items are cached:
Cached Items | App Server | Comments |
---|---|---|
Cached |
The symbolic name mappings for all registered administrative objects. |
|
Properties |
Cached |
All app properties files. |
Business Type hierarchy |
Cached |
The type hierarchy. The hierarchy is used by the type chooser, tree-type menu mapping, and type-specific object generator. See the Administration Guides of each app for type hierarchy models. |
Type-to-tree menu mapping |
Cached |
Every type in the system is mapped to an equivalent administrative menu object for displaying the Categories menu. |
Suite-specific type-to-tree menu mapping |
Cached |
The administrative menu objects used by specific apps where special menus are configured for certain types. |
All of the above items are cached in the app server tier.
For reference, this table lists the items that are not cached by the servlet, but are cached on-demand in the UI cache when a user accesses them:
Non-Cached Item | Comments |
---|---|
Tables |
UI cache for tables |
Web Forms |
UI cache for forms |
Menus |
UI cache for categories tree menu and toolbar |
Commands |
UI cache for categories tree menu and toolbar items |
String resource properties |
Collaboration and Approvals and app specific string resource files used for internationalization of the user interface |
Person |
Person-related cache |
Channels and portals |
UI cache for PowerViews |