Domain Object Modes and Project Design

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

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

Cache Only (Cache OM only)
Only in the cache.
Memory Only
Only in the Rete network, depending on your need.
Store Only (Store OM only)
Only in the store.

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