Este contenido no está disponible en el idioma seleccionado.
20.2. Configure Passivation
In Red Hat JBoss Data Grid's Remote Client-Server mode, add the
passivation
parameter to the cache store element to toggle passivation for it:
Example 20.1. Toggle Passivation in Remote Client-Server Mode
<local-cache name="customCache"/> <!-- Additional configuration elements for local-cache here --> <file-store passivation="true" <!-- Additional configuration elements for file-store here --> </local-cache>
In Library mode, add the
passivation
parameter to the persistence
element to toggle passivation:
Example 20.2. Toggle Passivation in Library Mode
<persistence passivation="true"> <!-- Additional configuration elements here --> </persistence>