Another great plugin from these folks! Here's a tip (and recommendation for improvement):
I've found it useful to add the following to the MD5 Salt to separate HTTPS cached content from non-secure content: $_SERVER['HTTPS']
Without this, while browsing HTTPS, Quick Cache would provide a previously cached page, which was generated during an HTTP session. This results in http:// links instead of https:// as they should be if browsing HTTPS. Consequently, users would be exiting and entering HTTPS mode based on the cached version.
To avoid potential security issues related to this, I'd like to recommend that Quick Cache add a built-in feature to differentiate HTTPS from HTTP cached content.