How cache selection is working... ? Topic is solved

Report bugs or suggestions around FancyCache
Post Reply
User avatar
intika
Level 9
Level 9
Posts: 178
Joined: Wed Oct 13, 2010 1:10 am

How cache selection is working... ?

Post by intika »

Hello,

i just want to know the cache file selection is working....

i explain my self...

Fancy cache is putting files on cache... for write it's simple we know what files are cached... but for reading :
how it work ? is there selection of file putted directly on cache ? i know that the algorithm do it according FLU/LRU ... but is there a data base of cached file or else ? i mean this way how it work ?

Other question :
When we stop the cache (Stop Caching) and restart it... does it change something on the cached file ?

Thanks a for the answer
User avatar
Support
Support Team
Support Team
Posts: 3641
Joined: Sun Dec 21, 2008 2:42 am

Re: How cache selection is working... ?

Post by Support »

FancyCache is block-level caching, while the Windows itself is file-level caching. All the caching mechanisms have their internal controls over the cached data.

When click "Stop Caching" button, all cached dirty data will be flushed to the volume/disk if the Defer-Write is enabled and then the cache (ram) will be freed.
User avatar
intika
Level 9
Level 9
Posts: 178
Joined: Wed Oct 13, 2010 1:10 am

Re: How cache selection is working... ?

Post by intika »

thanks :)
Post Reply