<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>缓存 on haifeiWu</title><link>https://haifeiWu.github.io/tags/%E7%BC%93%E5%AD%98/</link><description>Recent content in 缓存 on haifeiWu</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>whfstudio@163.com (haifeiWu)</managingEditor><webMaster>whfstudio@163.com (haifeiWu)</webMaster><copyright>© 2016～2026 haifeiWu</copyright><lastBuildDate>Sat, 29 Jun 2019 00:00:00 +0800</lastBuildDate><atom:link href="https://haifeiWu.github.io/tags/%E7%BC%93%E5%AD%98/index.xml" rel="self" type="application/rss+xml"/><item><title>LRU 算法</title><link>https://haifeiWu.github.io/posts/lru--suan-fa/</link><pubDate>Sat, 29 Jun 2019 00:00:00 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/lru--suan-fa/</guid><description>What？LRU 是 Least Recently Used 的缩写，即最近最少使用，是一种常用的页面置换算法，选择最近最久未使用的页面予以淘汰。该算法赋予每个页面一个访问字段，用来记录一个页面自上次被访问以来所经历的时间 t，当须淘汰</description></item></channel></rss>