Click here to Skip to main content
15,885,925 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i can't figure this out! i read the question somewhere.
please answer in context with Operating Systems.
[its urgent]
Posted
Updated 15-Jun-13 12:12pm
v3
Comments
Sergey Alexandrovich Kryukov 1-May-12 14:06pm    
Urgent? If it was for your work, the question would be different. Sounds like it's one of those test or interview questions...
--SA
Nelek 1-May-12 14:15pm    
Saying "it is urgent" is not going to help you at all

1 solution

Page cache is the cache of disk pages kept by the operating systems, stored in unused main memory. Memory cache is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM.

If performance is top priority, then memory cache is the choice. If the storage size is important, then page cache is the option.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900