Uses of Interface
de.hybris.platform.ruleengine.cache.RuleEngineCache
-
Packages that use RuleEngineCache Package Description de.hybris.platform.ruleengine.cache.impl de.hybris.platform.ruleengineservices.cache de.hybris.platform.ruleengineservices.cache.impl -
-
Uses of RuleEngineCache in de.hybris.platform.ruleengine.cache.impl
Classes in de.hybris.platform.ruleengine.cache.impl that implement RuleEngineCache Modifier and Type Class Description classDefaultRuleEngineCacheDefault implementation for the rule engine cache.Methods in de.hybris.platform.ruleengine.cache.impl that return RuleEngineCache Modifier and Type Method Description protected RuleEngineCacheDefaultRuleEngineCacheService. getRuleEngineCache()Methods in de.hybris.platform.ruleengine.cache.impl with parameters of type RuleEngineCache Modifier and Type Method Description voidDefaultRuleEngineCacheService. setRuleEngineCache(RuleEngineCache globalsCache) -
Uses of RuleEngineCache in de.hybris.platform.ruleengineservices.cache
Subinterfaces of RuleEngineCache in de.hybris.platform.ruleengineservices.cache Modifier and Type Interface Description interfaceCommerceRuleEngineCacheCommerceRuleEngineCache extends the RuleEngineCache by allowing for caching of fact templates -
Uses of RuleEngineCache in de.hybris.platform.ruleengineservices.cache.impl
Classes in de.hybris.platform.ruleengineservices.cache.impl that implement RuleEngineCache Modifier and Type Class Description classDefaultCommerceRuleEngineCacheDefaultCommerceRuleEngineCache is the default implementation for caching fact templates.
-