Maybe you should look at $.ajax() instead (if you are using jQuery, which it looks like).
Take a look at: http://docs.jquery.com/Ajax/jQuery.ajax#options and the option "cache".
Another approach would be to look at how you cache things on the server side.