Restore caching of the logical model23/49623/2
commit6587255f108450c17a89e9f85b94d936325ffda2
authorLaurent Goubet <laurent.goubet@obeo.fr>
Fri, 5 Jun 2015 07:28:01 +0000 (5 09:28 +0200)
committerLaurent Goubet <laurent.goubet@obeo.fr>
Mon, 8 Jun 2015 08:23:34 +0000 (8 04:23 -0400)
tree3f1d9b73edf989a95046db3d0cab0fc928adc400
parent9203ea9993d2f8235dadac1393bb0a8530728a85
Restore caching of the logical model

The logical model of all files in a given logical model will always be
the same and contain all said files. The caching of this information
allows us to avoid a lot of useless re-computation of the logical model
(and reduce the amount of I/O operations needed for a given comparison)

Change-Id: I5f2614a6ddd7e326a1aa27f62028feb5846820cc
plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/logical/EMFModelProvider.java