Uses of Class
com.opensymphony.oscache.web.filter.CacheHttpServletResponseWrapper

Packages that use CacheHttpServletResponseWrapper
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache.  
 

Uses of CacheHttpServletResponseWrapper in com.opensymphony.oscache.web.filter
 

Methods in com.opensymphony.oscache.web.filter with parameters of type CacheHttpServletResponseWrapper
protected  boolean CacheFilter.isCacheable(CacheHttpServletResponseWrapper cacheResponse)
          isCacheable is a method allowing subclass to decide if a response is cachable or not.
 


OSCache Project Page