invalidateCache method

void invalidateCache()

Invalidate the config cache, forcing a re-read on next access.

Implementation

void invalidateCache() {
  _cache = null;
  _cacheMtime = null;
}