<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>缓存 on</title><link>https://harryzhang.cn/tags/%E7%BC%93%E5%AD%98/</link><description>Recent content in 缓存 on</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 19 Mar 2023 21:58:05 +0000</lastBuildDate><atom:link href="https://harryzhang.cn/tags/%E7%BC%93%E5%AD%98/index.xml" rel="self" type="application/rss+xml"/><item><title>算法(8): LRU 策略</title><link>https://harryzhang.cn/2023-03-19/algorithm-8-lru/</link><pubDate>Sun, 19 Mar 2023 21:58:05 +0000</pubDate><guid>https://harryzhang.cn/2023-03-19/algorithm-8-lru/</guid><description>&lt;p&gt;&lt;a href="https://leetcode-cn.com/problems/lru-cache/" target="_blank" rel="noopener noreffer "&gt;LeetCode No.146 LRU缓存机制&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;LRU（Least Recent Used）策略：优先淘汰最近最少使用的数据，常用于缓存淘汰机制，如Linux系统的内存淘汰、Redis的缓存淘汰等。&lt;/p&gt;</description></item></channel></rss>