Skip to content

0014 update cache after refactoring

nehashri edited this page Sep 25, 2017 · 1 revision

14. Update cache after refactoring

This ADR has been recorded retrospectively.

Status

Accepted

Context

Cache maintained by gauge daemon is updated on file modify. During refactoring, there is a delay when file is saved and then the cache is updated. In this meantime older steps are shown in IDE's.

Decision

Refactoring should explicitly update the cache

Consequences