clearCache method

void clearCache()

clears cache

Implementation

void clearCache() {
  _cachedRoutes.clear();
}