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 Details

    • getCachedFacts

      Collection<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