Dispose a cache element

If I have a displayobject with the cache() function on it, when I want to dispose the item should I do uncache before I dispose?
I'm asking in terms of the memory of the garbage collector

Not any more :wink:

We just added that to the global dispose function - patched version of ZIM 018. Before it was leaving a 1 pixel canvas tag - probably would have been garbage collected by HTML.

Thanks.

image

1 Like