You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1695
We generally cache to save the network latency, not because our
transformations of the data were so expensive.
We expect that "file:///" protocol resources can be read fast enough for our
purposes and want to ensure that changes of such local files are available
immediately, e.g. without restart Sublime Text or clearing the cache as a
whole (`clear_cache`).
Note that we only refuse to read from the cache (`get_cache`) and thus imitate
a fresh install. We still write to the cache in case that is observable by
other parts of our source code.
0 commit comments