Refreshes the cached area of this display object.
void refreshCache() { if (_cache != null) _cache.update(); }