in WebHandler,
_SendFile method
set
self.ForceNoCache = true
but you'll want to check the filename, because you definitly want to cache as many static files (.js, .css, .png etc) as possible. So only turn this on for a very small number of files.
cheers
Bruce