Uses of Class
org.mycore.common.MCRCache

Packages that use MCRCache
org.mycore.access.mcrimpl   
org.mycore.common   
org.mycore.datamodel.common   
org.mycore.frontend.editor   
org.mycore.frontend.fileupload   
org.mycore.frontend.indexbrowser.lucene   
org.mycore.services.fieldquery   
 

Uses of MCRCache in org.mycore.access.mcrimpl
 

Fields in org.mycore.access.mcrimpl declared as MCRCache
(package private) static MCRCache MCRAccessControlSystem.cache
           
 

Methods in org.mycore.access.mcrimpl that return MCRCache
static MCRCache MCRAccessControlSystem.getCache()
           
 

Uses of MCRCache in org.mycore.common
 

Constructors in org.mycore.common with parameters of type MCRCache
MCRCacheManager(MCRCache cache)
           
 

Uses of MCRCache in org.mycore.datamodel.common
 

Fields in org.mycore.datamodel.common declared as MCRCache
(package private) static MCRCache MCRXMLTableManager.jdomCache
           
 

Uses of MCRCache in org.mycore.frontend.editor
 

Methods in org.mycore.frontend.editor that return MCRCache
(package private) static MCRCache MCREditorServlet.getEditorSessionCache()
          For each user session, the state of all editor forms most recently used is kept in a cache.
 

Uses of MCRCache in org.mycore.frontend.fileupload
 

Fields in org.mycore.frontend.fileupload declared as MCRCache
protected static MCRCache MCRUploadHandlerManager.handlers
           
(package private) static MCRCache MCRUploadServlet.sessionIDs
           
 

Uses of MCRCache in org.mycore.frontend.indexbrowser.lucene
 

Methods in org.mycore.frontend.indexbrowser.lucene that return MCRCache
protected static MCRCache MCRIndexBrowserCache.addIndexCacheToHashtable(String index)
          Adds a new MCRCache to the hash table.
protected static MCRCache MCRIndexBrowserCache.getIndexCache(String index)
          Returns the MCRCache from the hash table by the given index name.
 

Uses of MCRCache in org.mycore.services.fieldquery
 

Fields in org.mycore.services.fieldquery declared as MCRCache
protected static MCRCache MCRCachedQueryData.cache
          A cache that contains the data of the most recently used queries
protected static MCRCache MCRSearcher.RETURN_ID_CACHE