Uses of Class
com.caucho.server.httpcache.AbstractCacheFilterChain

Packages that use AbstractCacheFilterChain
com.caucho.server.http   
com.caucho.server.webapp   
 

Uses of AbstractCacheFilterChain in com.caucho.server.http
 

Methods in com.caucho.server.http that return AbstractCacheFilterChain
 AbstractCacheFilterChain HttpServletResponseImpl.getCacheInvocation()
           
 

Methods in com.caucho.server.http with parameters of type AbstractCacheFilterChain
 void CauchoDispatchResponse.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
           
 void CauchoResponse.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
           
 void CauchoResponseWrapper.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
           
 void HttpServletResponseImpl.setCacheInvocation(AbstractCacheFilterChain cacheInvocation)
          Sets the cache invocation to indicate that the response might be cacheable.
 void ResponseWrapper.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
           
 void StubServletResponse.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
           
 

Uses of AbstractCacheFilterChain in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return AbstractCacheFilterChain
 AbstractCacheFilterChain IncludeResponse.getCacheInvocation()
           
 

Methods in com.caucho.server.webapp with parameters of type AbstractCacheFilterChain
 void IncludeResponse.setCacheInvocation(AbstractCacheFilterChain cacheInvocation)
          Sets the cache invocation to indicate that the response might be cacheable.