objectgrid.xml 782 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * IBM Confidential
  4. *
  5. * OCO Source Materials
  6. *
  7. * IBM Cognos Products: CAMAAA
  8. *
  9. * (C) Copyright IBM Corp. 2012, 2012
  10. *
  11. * The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been
  12. * deposited with the U.S. Copyright Office.
  13. -->
  14. <objectGridConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibm.com/ws/objectgrid/config ../objectGrid.xsd" xmlns="http://ibm.com/ws/objectgrid/config">
  15. <objectGrids>
  16. <objectGrid name="CAM_Grid">
  17. <backingMap name="PassportMap" copyMode="COPY_TO_BYTES" ttlEvictorType="LAST_ACCESS_TIME" timeToLive="3600"/>
  18. </objectGrid>
  19. </objectGrids>
  20. </objectGridConfig>