refreshCache method

void refreshCache()

Refreshes the cached area of this display object.

Implementation

void refreshCache() {
  _cache?.update();
}