Write-Back Cache


A caching method in which modifications to data in the cache aren’t copied to the cache source until absolutely necessary. Write-back caching is available on many microprocessors, including all Intel processors since the 80486. With these microprocessors, data modifications (e.g., write operations) to data stored in the L1 cache aren’t copied to main memory until absolutely necessary. In contrast, a write-through cacheperforms all write operations in parallel — data is written to main memory and the L1 cache simultaneously.

Write-back caching yields somewhat better performance than write-through caching because it reduces the number of write operations to main memory. With this performance improvement comes a slight risk that data may be lost if the system crashes.

A write-back cache is also called a copy-back cache.

Read Also:

  • write endurance

    In flash-based solid state disks the write endurance is the number of write cycles to a block of flash memory. Once you have met the write endurance limit the disk may become unreliable.

  • write-protect

    )To mark a file or disk so that its contents cannot be modified or deleted. When you want to make sure that neither you nor another user can destroy data, you can write-protect it. Many operating systems include a command to write-protect files. You can also write-protect 5¼-inch floppy disks by covering the write-protect notch […]

  • wugging

    Slang term that means Web use giving. The term wugging means to raise charity money through the Internet and Web sites. No cost is incurred by the user as the money is earned through affiliate programs as well as search engine advertisers. One of the most common forms of wugging are using a charity sponsored […]

  • X2

    A technology developed by U.S. Robotics (now 3COM) for delivering data rates up to 56 Kbps over plain old telephone service (POTS). It was long believed that the maximum data transmission rate over copper telephone wires was 33.6 Kbps, but X2 achieves higher rates by taking advantage of the fact that most phone switching stations […]

  • Transaction Authority Markup Language

    Shortened as XAML. XAML is a vendor-neutral standard developed jointly by Bowstreet, Hewlett-Packard, IBM, Oracle and Sun that is used to coordinate and process online business transactions. Based on XML, XAML uses a set of XML message formats and interaction models that Web services can use to provide business-level transactions that span multiple parties across […]


Disclaimer: Write-Back Cache definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.