Enabling and Disabling Model Cache Persistence

The functionality of writing in memory repository information to the SERVER_CACHE table can be enabled or disabled by the configuration parameter "Enable Model Cache Persistence" (com.tibco.af.oms.model.cache.enabled) in the ConfigValues_OMS file.

<ConfValue description="Enable Model Cache Persistence" name="Model Cache Persistence" propname="com.tibco.af.oms.model.cache.enable" sinceVersion="3.0" visibility="Basic">
   <ConfString default="true" value="true"/>
</ConfValue>
The value for this flag can either be TRUE or FALSE. The default value for this flag is TRUE. Set the Enable Model Cache Persistence parameter to TRUE if you want the application's in-memory cache repository information written to the SERVER_CACHE table in the serialized object format. Set the Enable Model Cache Persistence parameter to FALSE if you want the application to not write any cache repository information to SERVER_CACHE table; the SERVER_CACHE table will remain empty if it is set to FALSE.