<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>That's definitely the wrong place. Why should Environment deal with external file storage here? Please use such a cache directly where it is needed such as for "browse my changes". Thanks.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 27.01.2022 01:46:00 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>A new version of Environments was added to project The Inbox:<br>http://source.squeak.org/inbox/Environments-ct.84.mcz<br><br>==================== Summary ====================<br><br>Name: Environments-ct.84<br>Author: ct<br>Time: 27 January 2022, 1:45:50.290256 am<br>UUID: 7d378970-f5d8-5242-b813-24773d22d10a<br>Ancestors: Environments-ct.83<br><br>Accelerates queries like "browse my changes" *significantly*. Is this an appropriate place or should this go into the SystemNavigation instead?<br><br>=============== Diff against Environments-ct.83 ===============<br><br>Item was changed:<br>  ----- Method: Environment>>allClassesAndTraitsDo: (in category 'classes and traits') -----<br>  allClassesAndTraitsDo: aBlock<br>+   CurrentReadOnlySourceFiles cacheDuring:<br>+              [declarations keysAndValuesDo:<br>+                       [:key :value |<br>+                       ((value isBehavior) and: [key == value name]) ifTrue:<br>+                                [aBlock value: value]]]!<br>-     declarations keysAndValuesDo:<br>-                [:key :value |<br>-               ((value isBehavior) and: [key == value name]) ifTrue:<br>-                        [aBlock value: value]]!<br><br><br></div></blockquote>
                                        </div></body>