此内容没有您所选择的语言版本。
17.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:
	
		In Library mode, add the 
passivation parameter to the loaders element to toggle passivation:
	<persistence passivation="true"
         ... />
   ...
</persistence>
<persistence passivation="true"
         ... />
   ...
</persistence>