Penguin

Differences between current version and previous revision of WriteThrough.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, October 8, 2003 8:02:08 am by AristotlePagaltzis
Older page: version 1 Last edited on Wednesday, October 8, 2003 8:01:47 am by AristotlePagaltzis Revert
@@ -1,5 +1,5 @@
 A strategy for handling cached write accesses. 
  
-WriteThrough means that data from a write operation which goes through the Cache is written back to the cached backend immediately. 
+WriteThrough means that data from a write operation which goes through the [ Cache] is written back to the cached backend immediately. 
  
-This is simple to implement and assures data integrity (the data in the Cache is always in sync with that on the cached backend), but it's slower than WriteBack. 
+This is simple to implement and assures data integrity (the data in the [ Cache] is always in sync with that on the cached backend), but it's slower than WriteBack.