CAM_Grid.xml 606 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <pdcGrid name="CAM_Grid"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="pdcGrid.xsd">
  5. <pdcCache name="PassportMap" dependsOnService="contentManagerService"
  6. transactionalMode="off"
  7. maxElementsInMemory="0"
  8. overflowToDisk="false"
  9. statistics="true">
  10. <cacheEventListenerFactory
  11. replicateAsynchronously="true"
  12. replicatePuts="true"
  13. replicateUpdates="true"
  14. replicateUpdatesViaCopy="true"
  15. replicateRemovals="true" />
  16. <bootstrapCacheLoaderFactory
  17. bootstrapAsynchronously="true" />
  18. </pdcCache>
  19. </pdcGrid>