clearCache method

void clearCache()

Clears the internal cache.

Implementation

void clearCache() {
  _cache.clear();
  _packageRootPath = null;
}