[PEGA 7.1.6] Static Assembler Rule Caching Process
Hello,
Regarding the Static Assembler, I have a couple question on how it caches rules:
1.) Are all rules in the rule caches flushed each time the Static Assembler is run? By this I am asking if the Static Assembler always does a full rule cache population or sometimes does delta loads.
2.) Does the Static Assembler cache all eligible rules in the DB into the rule caches or only rules that have been imported since the last time it was executed?
From our observations of the Static Assembler behaviour in our environment, we believe the answers are as follows:
1.) Yes, all rules are flushed from the rule caches and re-populated on each execution of the Static Assembler.
2.) It caches all eligible rules in the DB into the rule caches.
Please let me know if my understanding is correct or not.
Thank you!
Fran
Hi Fran,
This looks right to me. One caveat would be that depending on cache size an LRU algorithm might swap out earlier cached rules. I am a little fuzzy on that point at the moment. Let's see if we can get others to weigh in.