I have done an application in java which fetches data from the server every minute. I have used url to openconnection & get the input . As I am using a proxy server setcaches method is not working and it is taking the old values from the caches. please help to solve this problem of clearing the caches programmtically so that my application fetches new data every minute.