Removes the previously cached area of this display object.
void removeCache() { if (_cache != null) _cache.dispose(); }