Hi, I am developing an application in flex, where in my RemoteObjects makes calls to java functions which generate some images on my server machine, n then my flex application uses these images for Horizontal tile list... My problem is,my images doesnt get refreshed on client machine, each time the java function is called, though the images generated on server machine changes... that is the images do not change,each time the processing is done but i get old images ...
can any1 tel me whether remote objects does any caching of images also...

