12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <pdcGrid name="CAM_Grid"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="pdcGrid.xsd">
- <pdcCache name="PassportMap" dependsOnService="contentManagerService"
- transactionalMode="off"
- maxElementsInMemory="0"
- overflowToDisk="false"
- statistics="true">
- <cacheEventListenerFactory
- replicateAsynchronously="true"
- replicatePuts="true"
- replicateUpdates="true"
- replicateUpdatesViaCopy="true"
- replicateRemovals="true" />
- <bootstrapCacheLoaderFactory
- bootstrapAsynchronously="true" />
- </pdcCache>
- </pdcGrid>
|