What does it mean by cold cache and warm cache concept?

前端 未结 5 941
广开言路
广开言路 2020-12-04 17:33

I read a paper and it used terms cold cache and warm cache. I googled about this terms but I didn\'t find something useful (only a thread h

5条回答
  •  情歌与酒
    2020-12-04 17:58

    In a multiprogram environment if tasks retain a significant portion of their working set from previous execution,the cache is called warm cache

    Caches that have no history from prior executions are called cold cache

提交回复
热议问题