Package | Description |
---|---|
com.caucho.server.http | |
com.caucho.server.httpcache | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
AbstractCacheFilterChain |
HttpServletResponseImpl.getCacheInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseWrapper.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain) |
void |
CauchoDispatchResponse.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain) |
void |
StubServletResponse.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyCacheFilterChain
Represents the proxy cache in a filter chain.
|
Modifier and Type | Method and Description |
---|---|
AbstractCacheFilterChain |
IncludeResponse.getCacheInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
IncludeResponse.setCacheInvocation(AbstractCacheFilterChain cacheInvocation)
Sets the cache invocation to indicate that the response might be
cacheable.
|