public interface CacheKeyFactory
| Modifier and Type | Method and Description |
|---|---|
CacheKey |
build(org.apache.sling.api.SlingHttpServletRequest request,
HttpCacheConfig cacheConfig)
Build a cache key.
|
CacheKey |
build(String resourcePath,
HttpCacheConfig cacheConfig)
Build a cache key.
|
boolean |
doesKeyMatchConfig(CacheKey key,
HttpCacheConfig cacheConfig)
Does the Cache Key matches the Http Cache Config.
|
CacheKey build(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig) throws HttpCacheKeyCreationException
request - cacheConfig - HttpCacheKeyCreationExceptionCacheKey build(String resourcePath, HttpCacheConfig cacheConfig) throws HttpCacheKeyCreationException
resourcePath - cacheConfig - HttpCacheKeyCreationExceptionboolean doesKeyMatchConfig(CacheKey key, HttpCacheConfig cacheConfig) throws HttpCacheKeyCreationException
key - cacheConfig - HttpCacheKeyCreationExceptionCopyright © 2013–2020 Adobe. All rights reserved.