Interface KIEModuleCacheBuilder

    • Method Detail

      • processRule

        <T extends AbstractRuleEngineRuleModel> void processRule​(T rule)
        processes the given rule by adding it's cache-able data (e.g. it's globals and "static" facts) to its internal caching structures.
        Parameters:
        rule - the rule for which to add the cache-able data