void removeCache()

Removes the previously cached area of this display object.

Source

void removeCache() {
  if (_cache != null) _cache.dispose();
}