class flixel.util.loaders.CachedGraphics
Available on all platforms
Instance Fields
var canBeDumped:Bool
Whether the BitmapData of this cached object can be dumped for decreased memory usage.
var destroyOnNoUse:Bool
Whether we should destroy this CachedGraphics object when useCount become zero. * Default is false.
Dumps bits of bitmapdata = less memory, but you can't read / write pixels on it anymore * (but you can call onContext() method which will restore it again)