BigMemory 4.3.10 | Product Documentation | BigMemory Max Configuration Guide | Configuring Nonstop Operation | Configuring Nonstop Cache
 
Configuring Nonstop Cache
Nonstop behavior is configured by specifying a <nonstop> element in the <terracotta> element within a <cache> block. In the following example, myCache is configured for nonstop operation:
<cache name="myCache" maxEntriesLocalHeap="10000" eternal="false">
<terracotta>
<nonstop immediateTimeout="false" timeoutMillis="30000">
<timeoutBehavior type="noop" />
</nonstop>
</terracotta>
</cache>
Nonstop is enabled if the <nonstop> element is present. However, if <nonstop> is specified with the attribute enabled="false", nonstop is disabled. The default setting of this optional attribute is enabled="true".
The minimal syntax to enable nonstop is <nonstop />.
If the <nonstop> element is not supplied, then nonstop is disabled.