| Package | Description |
|---|---|
| com.adobe.acs.commons.httpcache.engine |
| Modifier and Type | Method and Description |
|---|---|
HttpCacheServletResponseWrapper |
HttpCacheEngine.wrapResponse(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
HttpCacheConfig httpCacheConfig)
Wrap the response so that response stream can be duplicated.
|
| Modifier and Type | Method and Description |
|---|---|
CacheContent |
CacheContent.build(HttpCacheServletResponseWrapper responseWrapper)
Deprecated.
Use build(HttpCacheServletResponseWrapper responseWrapper,int status, String charEncoding, String contentType, Map<String, List<String> headers) throws HttpCacheDataStreamException
|
CacheContent |
CacheContent.build(HttpCacheServletResponseWrapper responseWrapper,
int status,
String charEncoding,
String contentType,
Map<String,List<String>> headers)
Construct from the custom servlet response wrapper..
|
Copyright © 2013–2020 Adobe. All rights reserved.