This example draws a single vector star each tick, then composites it
onto an existing cache using DisplayObject.updateCache()
to
avoid the cost of rendering the vectors each frame.
This is similar to setting stage.autoclear
to false, but
can be managed on a per instance basis.