Uses of Interface
de.hybris.platform.ruleengine.cache.RuleEngineCache
Packages that use RuleEngineCache
Package
Description
-
Uses of RuleEngineCache in de.hybris.platform.ruleengine.cache.impl
Classes in de.hybris.platform.ruleengine.cache.impl that implement RuleEngineCacheModifier and TypeClassDescriptionclassDefault implementation for the rule engine cache.Methods in de.hybris.platform.ruleengine.cache.impl that return RuleEngineCacheModifier and TypeMethodDescriptionprotected RuleEngineCacheDefaultRuleEngineCacheService.getRuleEngineCache()Methods in de.hybris.platform.ruleengine.cache.impl with parameters of type RuleEngineCacheModifier and TypeMethodDescriptionvoidDefaultRuleEngineCacheService.setRuleEngineCache(RuleEngineCache globalsCache) -
Uses of RuleEngineCache in de.hybris.platform.ruleengineservices.cache
Subinterfaces of RuleEngineCache in de.hybris.platform.ruleengineservices.cacheModifier and TypeInterfaceDescriptioninterfaceCommerceRuleEngineCache 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 RuleEngineCacheModifier and TypeClassDescriptionclassDefaultCommerceRuleEngineCache is the default implementation for caching fact templates.