You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caching is used on several ‘possibly heavy’ excecutions. Such as rendering the sitemap, menu, and even static (only text or flash components) pages. Also modules, and several components will use caching. Unlike most caching systems, this cache never expires. It will be renewed as soon as changes are applies to those specific options, so also the modules and components. This way execution stays minimal, just like the core of the application.