Uses of Class
org.opencms.main.OpenCmsServlet.RequestCache
-
Uses of OpenCmsServlet.RequestCache in org.opencms.main
Modifier and TypeMethodDescriptionstatic OpenCmsServlet.RequestCache
OpenCmsServlet.getRequestCache()
Gets a thread-local, request-specific context object for requests made to the OpenCms servlet.Modifier and TypeMethodDescriptionstatic void
OpenCmsServlet.withRequestCache
(Consumer<OpenCmsServlet.RequestCache> handler) Helper method used to conveniently access the request cache, does nothing if the request cache isn't set.