Interface CommerceRuleEngineCache
- All Superinterfaces:
RuleEngineCache
- All Known Implementing Classes:
DefaultCommerceRuleEngineCache
CommerceRuleEngineCache extends the RuleEngineCache by allowing for caching of fact templates
-
Method Summary
Modifier and TypeMethodDescriptiongetCachedFacts(DroolsKIEBaseModel kieBase) returns the facts registered for the given kieBase.Methods inherited from interface de.hybris.platform.ruleengine.cache.RuleEngineCache
addKIEModuleCache, createKIEModuleCacheBuilder, getGlobalsForKIEBase
-
Method Details
-
getCachedFacts
returns the facts registered for the given kieBase.- Parameters:
kieBase-- Returns:
- a collection of facts derived from the cached fact templates
-