|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCacheFilterChain | |
|---|---|
| com.caucho.server.cache | |
| com.caucho.server.http | |
| com.caucho.server.webapp | |
| Uses of AbstractCacheFilterChain in com.caucho.server.cache |
|---|
| Subclasses of AbstractCacheFilterChain in com.caucho.server.cache | |
|---|---|
class |
ProxyCacheFilterChain
Represents the proxy cache in a filter chain. |
| 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 |
ResponseWrapper.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
|
void |
CauchoResponseWrapper.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
|
void |
StubServletResponse.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
|
void |
CauchoResponse.setCacheInvocation(AbstractCacheFilterChain cacheFilterChain)
|
void |
HttpServletResponseImpl.setCacheInvocation(AbstractCacheFilterChain cacheInvocation)
Sets the cache invocation to indicate that the response might be cacheable. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||