Uses of Class
com.caucho.server.cache.AbstractCacheEntry

Packages that use AbstractCacheEntry
com.caucho.server.cache   
com.caucho.server.http   
 

Uses of AbstractCacheEntry in com.caucho.server.cache
 

Subclasses of AbstractCacheEntry in com.caucho.server.cache
 class ProxyCacheEntry
          Cached response.
 

Methods in com.caucho.server.cache that return AbstractCacheEntry
 AbstractCacheEntry ProxyCacheFilterChain.startCaching(CauchoRequest req, CauchoResponse res, java.util.ArrayList<java.lang.String> keys, java.util.ArrayList<java.lang.String> values, java.lang.String contentType, java.lang.String charEncoding, long contentLength)
          Starts the caching after the headers have been sent.
abstract  AbstractCacheEntry AbstractCacheFilterChain.startCaching(CauchoRequest req, CauchoResponse res, java.util.ArrayList<java.lang.String> keys, java.util.ArrayList<java.lang.String> values, java.lang.String contentType, java.lang.String charEncoding, long contentLength)
          Starts the caching after the headers have been sent.
 

Methods in com.caucho.server.cache with parameters of type AbstractCacheEntry
 boolean ProxyCacheFilterChain.fillFromCache(CauchoRequest req, CauchoResponse response, AbstractCacheEntry abstractEntry)
          fillFromCache is called when the client needs the entire result, and the result is already in the cache.
abstract  boolean AbstractCacheFilterChain.fillFromCache(CauchoRequest req, CauchoResponse response, AbstractCacheEntry abstractEntry)
          fillFromCache is called when the client needs the entire result, and the result is already in the cache.
 

Uses of AbstractCacheEntry in com.caucho.server.http
 

Methods in com.caucho.server.http with parameters of type AbstractCacheEntry
 void ResponseWrapper.setMatchCacheEntry(AbstractCacheEntry cacheEntry)
           
 void CauchoResponseWrapper.setMatchCacheEntry(AbstractCacheEntry cacheEntry)
           
 void StubServletResponse.setMatchCacheEntry(AbstractCacheEntry cacheEntry)