|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCacheEntry | |
---|---|
com.caucho.server.http | |
com.caucho.server.httpcache |
Uses of AbstractCacheEntry in com.caucho.server.http |
---|
Methods in com.caucho.server.http with parameters of type AbstractCacheEntry | |
---|---|
void |
CauchoDispatchResponse.setMatchCacheEntry(AbstractCacheEntry cacheEntry)
|
void |
CauchoResponseWrapper.setMatchCacheEntry(AbstractCacheEntry cacheEntry)
|
void |
ResponseWrapper.setMatchCacheEntry(AbstractCacheEntry cacheEntry)
|
void |
StubServletResponse.setMatchCacheEntry(AbstractCacheEntry cacheEntry)
|
Uses of AbstractCacheEntry in com.caucho.server.httpcache |
---|
Methods in com.caucho.server.httpcache that return AbstractCacheEntry | |
---|---|
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.httpcache with parameters of type AbstractCacheEntry | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |