Uses of Class
org.opencms.flex.CmsFlexCache
Package
Description
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
Low-level functions to manage the loading of resources from the OpenCms VFS.
Provides the main OpenCms "operating system".
-
Uses of CmsFlexCache in org.opencms.flex
Modifier and TypeMethodDescriptionCmsFlexController.getCmsCache()
Returns the CmsFlexCache instance where all results from this request will be cached in.ModifierConstructorDescriptionCmsFlexController
(CmsObject cms, CmsResource resource, CmsFlexCache cache, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, boolean streaming, boolean top) Default constructor. -
Uses of CmsFlexCache in org.opencms.loader
Modifier and TypeMethodDescriptionvoid
CmsJspLoader.setFlexCache
(CmsFlexCache cache) void
CmsRedirectLoader.setFlexCache
(CmsFlexCache cache) void
I_CmsFlexCacheEnabledLoader.setFlexCache
(CmsFlexCache cache) Will be called after the resource manager was initialized. -
Uses of CmsFlexCache in org.opencms.main
Modifier and TypeMethodDescriptionstatic CmsFlexCache
OpenCms.getFlexCache()
Returns the flex cache.protected CmsFlexCache
OpenCmsCore.getFlexCache()
Gets the flex cache.