public interface KIEModuleCacheBuilder
DroolsKIEModuleModel.
The cache builder is created during rule module initialization (see
RuleEngineService.initialize(de.hybris.platform.ruleengine.model.AbstractRulesModuleModel, String, boolean)) and
stores 'cache-able' entities (i.e. facts, globals etc.) of all rules that have been processed by the cache builder
(see processRule(DroolsRuleModel)). Once rule module initialization finishes, the cache built up cache is
added to the global cache (see RuleEngineCacheService.addToCache(KIEModuleCacheBuilder)| Modifier and Type | Method and Description |
|---|---|
void |
processRule(DroolsRuleModel rule)
processes the given rule by adding it's cache-able data (e.g.
|
void processRule(DroolsRuleModel rule)
rule - the rule for which to add the cache-able dataCopyright © 2017 SAP SE. All Rights Reserved.