void refreshCache()

Refreshes the cached area of this display object.

Source

void refreshCache() {
  if (_cache != null) _cache.update();
}