Preventing Google Cache
A: There is really no 100% method short of changing access from public to private. Websites that are "offline" can often be found using using google.com or archive.org.
Here are five options to preventing cached Engines:
1). Password protect the directory with your files.
2). Use a utility like WinRAR or WinZip to zip the file and password protect the contents.
winrar: http://www.win-rar.com/passwordprotection.html
winzip: http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2005082609530939
(Downside: there are tools to break these passwords)
3). Add the file to a web accessible space but DO NOT link to the document from any other page.
(Downside: anyone could link to the page, unlikely but possible)
4). If it's a pdf or word document you can add a password to the document.
for word: http://www.uwo.ca/its/doc/hdi/email/word-excel-protect.html
for pdfs: http://www.palomar.edu/at/howdoi/passwordPDF.htm
(Downside: again, there are tools to break these passwords)
5). Add a 'robots.txt' to the directory you want google NOT to browse, see: http://sitemaps.blogspot.com/2006/02/using-robotstxt-file.html
(Downside: can still be cached, most Engines respect robots file though)
-AK


