What is write back and write through caches?

Showing Answers 1 - 2 of 2 Answers

Mayank Thapak

  • May 4th, 2005
 

Generally Cache is using to imporve the performace of site.. We have two places where we can use caching.. 
 
1. On Page Level... 
2. Data level Caching for saving Dabase hit.

  Was this answer useful?  Yes

pushpendra

  • Jul 5th, 2006
 

Writing in cache is possible through two method.
1. Write back-update the cache memory along with main memory.
2. Write through-writing in cache only, equivalent copy is produce in main memory, when word is not updated from a long time.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions