Files
Nikolay Chashnikov a01d0adda5 [workspace model] optimize project loading by caching content of iml files
JpsProjectSerializersImpl tries to read at least 3 components (NewModuleRootManager, FacetManager, DeprecatedModuleOptionManager) from each iml file so caching its parsed content speed ups loading. It's needed to clear cache after all modules are loaded to save memory and ensure that content of files will be read again if they change.

GitOrigin-RevId: eedb19aea44dd34347fae64c6f45728caa4fa6c2
2020-07-21 17:23:43 +00:00

7 lines
256 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>