与最近最少使用算法 least recently used
最近最少使用置换算法 LRU
最近最少使用替换算法 Least Recently Used
最近最少使用淘汰算法 LRU ; Least Recently Used
首先,缓存会实现最近最少使用的算法,使得 ASP.NET 能够在内存运行效率较低的情况下强制缓存清除——从缓存自动删除未使用过的项目。
The first is that the Cache implements a least-recently-used algorithm, allowing ASP.NET to force a Cache purge—automatically removing unused items from the Cache—if memory is running low.
内存区域是一个使用最近最少算法(Least Recently Used,LRU)的纯内存缓存区域。
The memory region is a pure-memory cache region that uses a Least Recently Used (LRU) algorithm.
应用推荐