Back Forward Rules Assembly cache

The PRPC engine maintains an in-memory table that allows the system to rapidly identify compiled Java CLASS files that correspond to compiled and assembled rules (such as activities, functions, and stream rules).

NoteDon't confuse the Rules Assembly cache with the rules cache, which contains copies of rules recently accessed or recently updated by developers, and can include any rule types, not just those that are compiled into Java.

In older versions, this cache was known as the first-use-assembly or fua cache.

In V7.1 and after, VTable replaces the rules assembly cache.

Definitions rules cache
Related topics Understanding caching in PRPC
Understanding Application-Based Assembly mode
Understanding the Pega-RulesEngine agents
Working with the Rules Assembly cache
Working with the shutdown rule usage facility

Up Definitions