resetChangelogCache method

void resetChangelogCache()

Reset the changelog cache (for testing).

Implementation

void resetChangelogCache() {
  changelogCache.value = '';
  changelogFetched.value = false;
}