Page 1 of 1

Fancycache doesn't load from cache

Posted: Fri Jul 22, 2011 11:47 pm
by alan
Hello,
I don't know if this is a bug or not, but i have a trouble. I have fancycache for volume in read-only mode, but when I start a program for the second time, the read bytes cached counter doesn't increase, so i think it keeps to load from hard disk and not from the cache, and also the read bytes total counter doesn't increase. Is it normal or what? Thanks and sorry for my not perfect english :P

Re: Fancycache doesn't load from cache

Posted: Sun Jul 24, 2011 9:21 am
by BikeHelmet
No reading from disk is required because the data is still in memory. Windows clears the memory later on if it needs it for something else. That's why even without FancyCache, restarting a program is very fast.

This is handy for cmdline tools and stuff that may be invoked over and over in a script.