I have a flex TileList to which I load a bunch of images.
When the tile list is scrolled up and down, it does fresh requests for all the images even though they were loaded previously.
Is there a way to stop this behavior and let the TileList control keep its previously loaded images?
Thanks in advance!