Subject | English | Japanese |
comp. | n write-back cache | ライトバック・キャッシュ |
comp., MS | write-back cache | ライトバック キャッシュ (A type of cache with the following feature: when changes are made to cached data, they are not simultaneously made to the original data as well. Instead, the changed data is marked, and the original data is updated when the cached data is deallocated. A write-back cache can perform more quickly than a write-through cache. But in some contexts, differences between cached and original data could lead to problems, and write-through caches must be used) |
comp. | n write-back cache | ライトバックキャッシュ |
comp., MS | write-through cache | ライトスルー キャッシュ (A caching optimization wherein data written to a slow store is kept in a cache for subsequent rereading. Unlike write-back caching, write-through caching immediately writes the data to the slow store and is therefore less optimal but more secure) |
comp. | n write-through cache | ライトスルー・キャッシュ |
comp. | n write-through cache | ライトスルーキャッシュ |