3965. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:00 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

3965.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:00 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-server\src\main\resources ehcache.xml Fri Apr 21 20:03:28 2017 UTC

3965.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 146
Removed 0 0

3965.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

3965.4 Active regular expressions

No regular expressions were active.

3965.5 Comparison detail

        1   <ehcache 
        2     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        3   >
        4    
        5    
        6       
        7     <!--
        8         The eh cache-fail safe.xml i s a defaul t configur ation for  ehcache, i f an ehcac he.xml is  not config ured.
        9    
        10         The di skStore el ement is o ptional. I t must be  configured  if you ha ve overflo wToDisk or  diskPersi stent enab led
        11         for an y cache. I f it is no t configur ed, a warn ing will b e issues a nd java.io .tmpdir wi ll be used .
        12    
        13         diskSt ore has on ly one att ribute - " path". It  is the pat h to the d irectory w here .data  and .inde x files wi ll be crea ted.
        14    
        15         If the  path is a  Java Syst em Propert y it is re placed by  its value  in the
        16         runnin g VM.
        17    
        18         The fo llowing pr operties a re transla ted:
        19         * user .home - Us er's home  directory
        20         * user .dir - Use r's curren t working  directory
        21         * java .io.tmpdir  - Default  temp file  path
        22         * ehca che.disk.s tore.dir -  A system  property y ou would n ormally sp ecify on t he command  line
        23         e.g. j ava -Dehca che.disk.s tore.dir=/ u01/myapp/ diskdir .. .
        24    
        25         Subdir ectories c an be spec ified belo w the prop erty e.g.  java.io.tm pdir/one
        26    
        27       -->
        28       
        29     <diskStore  
        30      path="ehca che.disk.s tore.dir" 
        31     />
        32    
        33       
        34     <!--
        35         Mandat ory Defaul t Cache co nfiguratio n. These s ettings wi ll be appl ied to cac hes
        36         create d programm tically us ing CacheM anager.add (String ca cheName)
        37       -->
        38    
        39       
        40     <defaultCa che 
        41      maxElement sInMemory= "10000" 
        42      eternal="f alse"
        43         
        44      timeToIdle Seconds="1 20" 
        45      timeToLive Seconds="1 20"
        46         
        47      overflowTo Disk="true "
        48         
        49      diskPersis tent="fals e" 
        50      diskExpiry ThreadInte rvalSecond s="120"
        51         
        52      memoryStor eEvictionP olicy="LRU "
        53     >
        54        
        55     </defaultC ache>
        56    
        57       
        58     <cache 
        59      name="gov. va.nvap.se rvice.pdq. PdqService .Demograph ics"
        60         
        61      maxElement sInMemory= "10000" 
        62      eternal="f alse"
        63         
        64      overflowTo Disk="true
        65      timeToIdle Seconds="1 200"
        66         
        67      timeToLive Seconds="1 200" 
        68      diskExpiry ThreadInte rvalSecond s="21600"
        69         
        70      memoryStor eEvictionP olicy="LFU "
        71     >
        72        
        73     </cache>
        74    
        75       
        76     <cache 
        77      name="gov. va.nvap.se rvice.pdq. PdqService .PatientMa tch"
        78         
        79      maxElement sInMemory= "10000" 
        80      eternal="f alse"
        81         
        82      overflowTo Disk="true
        83      timeToIdle Seconds="1 200"
        84         
        85      timeToLive Seconds="1 200" 
        86      diskExpiry ThreadInte rvalSecond s="21600"
        87         
        88      memoryStor eEvictionP olicy="LFU "
        89     >
        90        
        91     </cache>
        92    
        93     <!--
        94       <cache n ame="gov.v a.nvap.ser vice.pdq.P dqService. Correlatio ns"
        95         maxEle mentsInMem ory="10000 " eternal= "false"
        96         overfl owToDisk=" true" time ToIdleSeco nds="300"
        97         timeTo LiveSecond s="300" di skExpiryTh readInterv alSeconds= "21600"
        98         memory StoreEvict ionPolicy= "LFU">
        99       </cache>
        100    
        101       <cache n ame="gov.v a.nvap.ser ver.endpoi nt.adapter .doc.Docum entCache"
        102         maxEle mentsInMem ory="10000 " eternal= "false"
        103         overfl owToDisk=" true" time ToIdleSeco nds="1200"
        104         timeTo LiveSecond s="1200" d iskExpiryT hreadInter valSeconds ="21600"
        105         memory StoreEvict ionPolicy= "LFU">
        106       </cache>
        107      -->
        108    
        109       
        110     <cache 
        111      name="org. hibernate. cache.Stan dardQueryC ache"
        112         
        113      maxElement sInMemory= "300" 
        114      eternal="f alse"
        115         
        116      overflowTo Disk="true
        117      timeToIdle Seconds="1 200"
        118         
        119      timeToLive Seconds="1 200" 
        120      diskExpiry ThreadInte rvalSecond s="21600"
        121         
        122      memoryStor eEvictionP olicy="LFU "
        123     >
        124        
        125     </cache>
        126    
        127       
        128     <cache 
        129      name="org. hibernate. cache.Upda teTimestam psCache"
        130         
        131      maxElement sInMemory= "300" 
        132      eternal="f alse"
        133         
        134      overflowTo Disk="true
        135      timeToIdle Seconds="1 200"
        136         
        137      timeToLive Seconds="1 200" 
        138      diskExpiry ThreadInte rvalSecond s="21600"
        139         
        140      memoryStor eEvictionP olicy="LFU "
        141     >
        142        
        143     </cache>
        144    
        145    
        146   </ehcache>