1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- * IBM Confidential
- *
- * OCO Source Materials
- *
- * IBM Cognos Products: CAMAAA
- *
- * (C) Copyright IBM Corp. 2012, 2012
- *
- * The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been
- * deposited with the U.S. Copyright Office.
- -->
- <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">
- <objectGrids>
- <objectGrid name="CAM_Grid">
- <backingMap name="PassportMap" copyMode="COPY_TO_BYTES" ttlEvictorType="LAST_ACCESS_TIME" timeToLive="3600"/>
- </objectGrid>
- </objectGrids>
- </objectGridConfig>
|