Uses of Class
edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache
-
Packages that use VClassGroupCache Package Description edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of VClassGroupCache in edu.cornell.mannlib.vitro.webapp.dao
Constructors in edu.cornell.mannlib.vitro.webapp.dao with parameters of type VClassGroupCache Constructor Description VClassGroupsForRequest(javax.servlet.http.HttpServletRequest req, VClassGroupCache cache) -
Uses of VClassGroupCache in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return VClassGroupCache Modifier and Type Method Description static VClassGroupCacheVClassGroupCache. getVClassGroupCache(javax.servlet.ServletContext sc)Use getVClassGroupCache(ServletContext) to get a VClassGroupCache.Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type VClassGroupCache Modifier and Type Method Description protected static voidVClassGroupCache. rebuildCacheUsingSearch(VClassGroupCache cache)Method that rebuilds the cache.
-