نهانگاه ،ذخيره گاه ،چيز نهان شده ،مخزن ،پنهان کردنکلمات مرتبط(4)
نهانگاه ، ذخیره گاه ، چیز نهان شده ، مخزن ، پنهان کردن .
cache
Từ điển WordNet
n.
a hidden storage space (for money or provisions or weapons)
a secret store of valuables or money; hoard, stash
(computer science) RAM memory that is set aside as a specialized buffer storage that is continually updated; used to optimize data transfers between system elements with different characteristics; memory cache
n. A special memory subsystem in which frequently used data values are duplicated for quick access. A memory cache stores the contents of frequently accessed RAM locations and the addresses where these data items are stored. When the processor references an address in memory, the cache checks to see whether it holds that address. If it does hold the address, the data is returned to the processor; if it does not, a regular memory access occurs. A cache is useful when RAM accesses are slow compared with the microprocessor speed because cache memory is always faster than main RAM memory. See also disk cache, wait state.