purgeAllCaches static method

void purgeAllCaches()

Implementation

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