Hi All I realise that this could well be the wrong list to ask this question on but here I go anyway.
My site uses cached queries to speed it up but all flex calls pass in a cachedWithin variable of 0 so it always gets the latest data. Whenever it updates the data it re-loads it with 0 cache. This should refresh the cached data that the site uses as well and for most of my queries it does. However for 1 query it does not. When I update the data from flex flex gets the updated data back. When I then re-laod the site it still has the cached data from before the edit. If I then call the exact same interface as flex uses with the same parameter (just an id) from a cold fusion test page it gets the updated data then normal pages get the updated data. I can't understand why the same interface called from CF would reset the cache but from flex it doesn't. It works fine for other queries. There is no user name or password or anything like that. Any ideas? Many Thanks Giles

