8.3.5. Unscheduled Write-Behind Strategy Remote Configuration

Adding the write-behind element within the file-store element allows configuration for Unscheduled Write-Behind strategy for all cache stores.
The following is a sample configuration for Unscheduled Write-Behind strategy in JBoss Data Grid's Remote Client-Server mode:
<file-store passivation="true" 
	    relative-to="temp" 
	    path="nc" 
	    purge="true" 
	    shared="false">
	<write-behind flush-lock-timeout="1" 
		      modification-queue-size="1024" 
		      shutdown-timeout="25000" 
		      thread-pool-size="1"/>
</file-store>