rules assembly cache

In Pega 7, VTable replaces the 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).

Do not 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 (fua) cache.

Related Topics IconRelated terms