reset static method
void
reset()
Clears the memoised values. Intended for tests.
Implementation
static void reset() {
_cache.clear();
_changelogCache = null;
_polished.clear();
changelogOptions = null;
changelogPolisher = null;
}