purgeAllCaches static method

void purgeAllCaches()

Implementation

static void purgeAllCaches() {
  for (MemoryLabelCache cache in _instances) {
    cache.purgeAll();
  }
}