| Package | Description |
|---|---|
| com.adobe.acs.commons.httpcache.engine |
| Modifier and Type | Method and Description |
|---|---|
HttpCacheServletResponseWrapper.ResponseWriteMethod |
CacheContent.getWriteMethod() |
HttpCacheServletResponseWrapper.ResponseWriteMethod |
HttpCacheServletResponseWrapper.getWriteMethod() |
static HttpCacheServletResponseWrapper.ResponseWriteMethod |
HttpCacheServletResponseWrapper.ResponseWriteMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpCacheServletResponseWrapper.ResponseWriteMethod[] |
HttpCacheServletResponseWrapper.ResponseWriteMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CacheContent(int status,
String charEncoding,
String contentType,
Map<String,List<String>> headers,
InputStream dataInputStream,
HttpCacheServletResponseWrapper.ResponseWriteMethod writeMethod)
Construct
CacheContent using parameters. |
CacheContent(String charEncoding,
String contentType,
Map<String,List<String>> headers,
InputStream dataInputStream,
HttpCacheServletResponseWrapper.ResponseWriteMethod writeMethod)
Construct
CacheContent using parameters. |
Copyright © 2013–2020 Adobe. All rights reserved.