Uses of Class
com.adobe.acs.commons.httpcache.exception.HttpCacheRepositoryAccessException
Packages that use HttpCacheRepositoryAccessException
-
Uses of HttpCacheRepositoryAccessException in com.adobe.acs.commons.httpcache.config
Methods in com.adobe.acs.commons.httpcache.config that throw HttpCacheRepositoryAccessExceptionModifier and TypeMethodDescriptionbooleanHttpCacheConfig.accepts(org.apache.sling.api.SlingHttpServletRequest request) Determine if this cache config is applicable for the given request.booleanHttpCacheConfigExtension.accepts(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig) Examine if this extension accepts the request. -
Uses of HttpCacheRepositoryAccessException in com.adobe.acs.commons.httpcache.engine
Methods in com.adobe.acs.commons.httpcache.engine that throw HttpCacheRepositoryAccessExceptionModifier and TypeMethodDescriptionHttpCacheEngine.getCacheConfig(org.apache.sling.api.SlingHttpServletRequest request) Get the first, based on cache config order, cache config applicable for the given request.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.booleanHttpCacheEngine.isRequestCacheable(org.apache.sling.api.SlingHttpServletRequest request, HttpCacheConfig cacheConfig) Check if the given request is cache-able per custom cache handling rules.