Fancycache doesn't load from cache

FAQ, getting help, user experience about FancyCache
Post Reply
alan
Level 1
Level 1
Posts: 1
Joined: Fri Jul 22, 2011 11:30 pm

Fancycache doesn't load from cache

Post 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
BikeHelmet
Level 4
Level 4
Posts: 20
Joined: Thu Apr 14, 2011 10:33 am

Re: Fancycache doesn't load from cache

Post 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.
-BikeHelmet
Post Reply