clearCache static method

void clearCache()

Clears the entire NameNode cache.

This method is useful for cache invalidation during hot reload or build process restarts.

Implementation

static void clearCache() {
  _nameNodeCache.clear();
}