Liferay 6.2-ce-ga5

Uses of Class
com.liferay.util.servlet.filters.CacheResponseData

Packages that use CacheResponseData
com.liferay.portal.servlet.filters.cache   
com.liferay.util.servlet.filters   
 

Uses of CacheResponseData in com.liferay.portal.servlet.filters.cache
 

Methods in com.liferay.portal.servlet.filters.cache that return CacheResponseData
static CacheResponseData CacheUtil.getCacheResponseData(long companyId, String key)
           
 

Methods in com.liferay.portal.servlet.filters.cache with parameters of type CacheResponseData
static void CacheUtil.putCacheResponseData(long companyId, String key, CacheResponseData data)
           
 

Uses of CacheResponseData in com.liferay.util.servlet.filters
 

Methods in com.liferay.util.servlet.filters with parameters of type CacheResponseData
static void CacheResponseUtil.write(javax.servlet.http.HttpServletResponse response, CacheResponseData cacheResponseData)
           
 


Liferay 6.2-ce-ga5