Uses of Interface
com.adobe.acs.commons.httpcache.rule.HttpCacheHandlingRule
Packages that use HttpCacheHandlingRule
Package
Description
-
Uses of HttpCacheHandlingRule in com.adobe.acs.commons.httpcache.engine.impl.delegate
Methods in com.adobe.acs.commons.httpcache.engine.impl.delegate that return types with arguments of type HttpCacheHandlingRuleMethods in com.adobe.acs.commons.httpcache.engine.impl.delegate with parameters of type HttpCacheHandlingRuleModifier and TypeMethodDescriptionvoidHttpCacheEngineBindingsDelegate.bindHttpCacheHandlingRule(HttpCacheHandlingRule cacheHandlingRule, Map<String, Object> properties) Binds cache handling rulevoidHttpCacheEngineBindingsDelegate.unbindHttpCacheHandlingRule(HttpCacheHandlingRule cacheHandlingRule, Map<String, Object> configs) Unbinds handling rule.Method parameters in com.adobe.acs.commons.httpcache.engine.impl.delegate with type arguments of type HttpCacheHandlingRuleModifier and TypeMethodDescriptionHttpCacheEngineMBeanDelegate.getRegisteredHttpCacheRules(Map<String, HttpCacheHandlingRule> cacheHandlingRules) -
Uses of HttpCacheHandlingRule in com.adobe.acs.commons.httpcache.rule
Classes in com.adobe.acs.commons.httpcache.rule that implement HttpCacheHandlingRuleModifier and TypeClassDescriptionclassUtility abstract implementation providing default behavior for any cache handling rules.