resetCache static method

void resetCache()

Reset all cached Chalk instances (called when output mode changes).

Implementation

static void resetCache() {
  _cache.fillRange(0, _cache.length, null);
}