有一个称为最近最少使用(Least Recently Used LRU)的缓存的结构,从而当memcached的存储空间满时,最早存储和刚被访问过的数据将会被更新的内容替换。
基于8个网页-相关网页
least-recently-used lru algorithm 使用算法
LRU-Least Recently Used 使用算法 ; 近期最少使用
LRU Least Recently Used algorithm 最久没有使用算法
LRU least recently used 最少最近使用
The buffer cache is managed as a set of least recently used (LRU) lists.
以最近使用(LRU)列表的形式管理缓冲区缓存。
How many items were evicted from the cache using the LRU (least recently used) algorithm?
使用LRU(最近较少使用)算法从缓存中逐出的条目有多少。
When the memory cache region becomes full, LRU removes the least recently used cached data first.
当内存缓存区域满时,lru会首先删除最近最少使用的缓存数据。
应用推荐