In Linux I call chrome with
/usr/bin/google-chrome-stable –disk-cache-dir=”/dev/null” –media-cache-dir=”/dev/null”
I have deleted all cache directories first. You can either create a start button in the panel for chrome and change the command for starting chrome to
/usr/bin/google-chrome-stable –disk-cache-dir=”/dev/null” –media-cache-dir=”/dev/null” %U
or create an alias:
alias chrome=’/usr/bin/google-chrome-stable –disk-cache-dir=”/dev/null” –media-cache-dir=”/dev/null”‘
This way chrome writes things in “empty cyber space” without noticing anything and without finding anything in the cache.