Write-through cache is a caching strategy in which data is written to both the cache and the underlying storage at the same time. This approach ensures data consistency and reliability but may reduce write performance compared to other caching strategies. It is commonly used in systems requiring strong data integrity. Example: A storage controller using write-through caching to prevent data loss.