Interface CommerceRuleEngineCache
-
- All Superinterfaces:
RuleEngineCache
- All Known Implementing Classes:
DefaultCommerceRuleEngineCache
public interface CommerceRuleEngineCache extends RuleEngineCache
CommerceRuleEngineCache extends the RuleEngineCache by allowing for caching of fact templates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.Object>getCachedFacts(DroolsKIEBaseModel kieBase)returns the facts registered for the given kieBase.-
Methods inherited from interface de.hybris.platform.ruleengine.cache.RuleEngineCache
addKIEModuleCache, createKIEModuleCacheBuilder, getGlobalsForKIEBase
-
-
-
-
Method Detail
-
getCachedFacts
java.util.Collection<java.lang.Object> getCachedFacts(DroolsKIEBaseModel kieBase)
returns the facts registered for the given kieBase.- Parameters:
kieBase-- Returns:
- a collection of facts derived from the cached fact templates
-
-