Package | Description |
---|---|
com.caucho.server.http | |
com.caucho.server.httpcache |
Modifier and Type | Method and Description |
---|---|
void |
ResponseWrapper.setMatchCacheEntry(AbstractCacheEntry cacheEntry) |
void |
CauchoDispatchResponse.setMatchCacheEntry(AbstractCacheEntry cacheEntry) |
void |
StubServletResponse.setMatchCacheEntry(AbstractCacheEntry cacheEntry) |
void |
CauchoResponseWrapper.setMatchCacheEntry(AbstractCacheEntry cacheEntry) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyCacheEntry
Cached response.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|