Uses of Enum
com.adobe.acs.commons.httpcache.config.HttpCacheConfig.FilterScope
Packages that use HttpCacheConfig.FilterScope
-
Uses of HttpCacheConfig.FilterScope in com.adobe.acs.commons.httpcache.config
Methods in com.adobe.acs.commons.httpcache.config that return HttpCacheConfig.FilterScopeModifier and TypeMethodDescriptionHttpCacheConfig.getFilterScope()static HttpCacheConfig.FilterScopeReturns the enum constant of this type with the specified name.static HttpCacheConfig.FilterScope[]HttpCacheConfig.FilterScope.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpCacheConfig.FilterScope in com.adobe.acs.commons.httpcache.engine
Methods in com.adobe.acs.commons.httpcache.engine with parameters of type HttpCacheConfig.FilterScopeModifier and TypeMethodDescriptionHttpCacheEngine.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.