I've been playing around with wwCache and I'm seeing some weird results that have made me curious. wwCache seems to be working exactly as it is supposed to, no problems there. However, I'm seeing different results in the time to process the page depending upon which browser I use. I've got a couple of test pages that I'm caching for 10 seconds. Using Google Chrome or Safari, the first hit takes 0.004-0.006 and each subsequent cache hit takes 0.004. For IE, Opera, and Firefox, they all report 0.004-0.006 for the first hit and each subsequent cache hit takes 0.000.
Also, with Chrome, it takes a half second to a second for the Reload button to come back for me, whereas all of the other browsers it's immediate or a very slight delay.
Like I said, just made me curious and wondered if anyone knew an explanation.
BTW, wwCache is a very handle all-purpose cache. We have used some fine tuned (read sloppily hard coded) custom caching in the past but I'm finding a lot of it is easily ported to wwCache without any noticeable loss in performance. FWIW, we are opting for FixedFilename (i.e. shared access) and we roll it daily like we do our log file to keep bloat and such to a minimum.
~Brett
EDIT: BTW, I realize there's nothing IN wwCache that's intrinsically "browser dependent".