Cache Modes and Project Design

The Rete network consumes a large amount of the available memory in the JVM.

You can use cache modes to tune the performance of your application, and reduce its footprint in memory. You can keep memory objects in the cache or Rete network using the following cache modes:

Cache Plus Memory
In the Rete network as well as in the cache.
Cache Only
Only in the cache.
Memory Only
Only in the Rete network, depending on your need.

This section describes the cache modes available in more detail, and explains how to use them appropriately. For configuration details, see TIBCO BusinessEvents Configuration Guide.