clearAllCaches<T> static method

void clearAllCaches<T>()

Implementation

static void clearAllCaches<T>() {
  _globalCaches[T]?.clear();
}