Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.opencms.flex.cache.CmsFlexCache

Uses of CmsFlexCache in com.opencms.flex.cache
 

Fields in com.opencms.flex.cache declared as CmsFlexCache
private  CmsFlexCache CmsFlexController.m_cache
          The CmsFlexCache where the result will be cached in, required for the dispatcher
 

Methods in com.opencms.flex.cache that return CmsFlexCache
 CmsFlexCache CmsFlexController.getCmsCache()
          Returns the CmsFlexCache instance where all results from this request will be cached in.
 

Constructors in com.opencms.flex.cache with parameters of type CmsFlexCache
CmsFlexController(com.opencms.file.CmsObject cms, com.opencms.file.CmsFile file, CmsFlexCache cache, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Default constructor.