Uses of Class
mondrian.web.taglib.ResultCache
-
Packages that use ResultCache Package Description mondrian.web.taglib Provides a tag library for embedding MDX queries in JSP pages. -
-
Uses of ResultCache in mondrian.web.taglib
Methods in mondrian.web.taglib that return ResultCache Modifier and Type Method Description static ResultCache
ResultCache. getInstance(javax.servlet.http.HttpSession session, javax.servlet.ServletContext servletContext, String name)
Retrieves a cached query.
-