| Package | Description |
|---|---|
| com.adobe.acs.commons.httpcache.config | |
| com.adobe.acs.commons.httpcache.engine |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpCacheConfig.accepts(org.apache.sling.api.SlingHttpServletRequest request)
Determine if this cache config is applicable for the given request.
|
boolean |
HttpCacheConfigExtension.accepts(org.apache.sling.api.SlingHttpServletRequest request,
HttpCacheConfig cacheConfig)
Examine if this extension accepts the request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpCacheConfig |
HttpCacheEngine.getCacheConfig(org.apache.sling.api.SlingHttpServletRequest request)
Get the first, based on cache config order, cache config applicable for the given request.
|
HttpCacheConfig |
HttpCacheEngine.getCacheConfig(org.apache.sling.api.SlingHttpServletRequest request,
HttpCacheConfig.FilterScope filterScope)
Get the first, based on cache config order, cache config applicable for the given request.
|
boolean |
HttpCacheEngine.isRequestCacheable(org.apache.sling.api.SlingHttpServletRequest request,
HttpCacheConfig cacheConfig)
Check if the given request is cache-able per custom cache handling rules.
|
Copyright © 2013–2020 Adobe. All rights reserved.