Uses of Class
com.adobe.acs.commons.httpcache.exception.HttpCacheKeyCreationException
Packages that use HttpCacheKeyCreationException
Package
Description
-
Uses of HttpCacheKeyCreationException in com.adobe.acs.commons.httpcache.config
Methods in com.adobe.acs.commons.httpcache.config that throw HttpCacheKeyCreationExceptionModifier and TypeMethodDescriptionHttpCacheConfig.buildCacheKey(String resourcePath) Creates the CacheKey object using the CacheKeyFactory associated with this HttpCacheConfig factory instance.HttpCacheConfig.buildCacheKey(org.apache.sling.api.SlingHttpServletRequest request) Creates the CacheKey object using the CacheKeyFactory associated with this HttpCacheConfig factory instance.booleanReturns true if the key is generated using this cache config. -
Uses of HttpCacheKeyCreationException in com.adobe.acs.commons.httpcache.config.impl.keys
Constructors in com.adobe.acs.commons.httpcache.config.impl.keys that throw HttpCacheKeyCreationExceptionModifierConstructorDescriptionGroupCacheKey(String uri, HttpCacheConfig cacheConfig, List<String> userGroups) GroupCacheKey(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig, List<String> userGroups) -
Uses of HttpCacheKeyCreationException in com.adobe.acs.commons.httpcache.engine
Methods in com.adobe.acs.commons.httpcache.engine that throw HttpCacheKeyCreationExceptionModifier and TypeMethodDescriptionvoidHttpCacheEngine.cacheResponse(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig) Cache the given response.booleanHttpCacheEngine.deliverCacheContent(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig) Deliver the response from the cache.voidHttpCacheEngine.invalidateCache(String path) Invalidate the cache for the HttpCacheConfig which is interested in the given path.booleanHttpCacheEngine.isCacheHit(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig) Check if the given request can be served from available cache.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. -
Uses of HttpCacheKeyCreationException in com.adobe.acs.commons.httpcache.keys
Methods in com.adobe.acs.commons.httpcache.keys that throw HttpCacheKeyCreationExceptionModifier and TypeMethodDescriptionCacheKeyFactory.build(String resourcePath, HttpCacheConfig cacheConfig) Build a cache key.CacheKeyFactory.build(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig) Build a cache key.booleanCacheKeyFactory.doesKeyMatchConfig(CacheKey key, HttpCacheConfig cacheConfig) Does the Cache Key matches the Http Cache Config.