clearPathCache method

void clearPathCache()

Implementation

void clearPathCache() {
  pathCache.clear();
}