Uses of Class
org.opencms.main.OpenCmsServlet.RequestCache
Packages that use OpenCmsServlet.RequestCache
-
Uses of OpenCmsServlet.RequestCache in org.opencms.main
Methods in org.opencms.main that return OpenCmsServlet.RequestCacheModifier and TypeMethodDescriptionstatic OpenCmsServlet.RequestCacheOpenCmsServlet.getRequestCache()Gets a thread-local, request-specific context object for requests made to the OpenCms servlet.Method parameters in org.opencms.main with type arguments of type OpenCmsServlet.RequestCacheModifier and TypeMethodDescriptionstatic voidOpenCmsServlet.withRequestCache(Consumer<OpenCmsServlet.RequestCache> handler) Helper method used to conveniently access the request cache, does nothing if the request cache isn't set.