LRU Cache的意思|示意

美 / / 英 / /

LRU缓存


LRU Cache的网络常见释义

本地缓存类 本地缓存类(LRU Cache),喜欢的朋友拿去用_平步青云_新浪博客,平步青云,it...

LRU Cache相关短语

1、 cache buffers LRU chain 竞争问题 ; 闩锁竞争与解决

LRU Cache相关例句

However you can raise the sample size to 10 at the cost of some additional CPU usage in order to closely approximate true LRU, and check if this makes a difference in your cache misses rate.

你可以提升样品大小配置到10,它将接近真正的LRU算法,并且有不同错过率,但是要消耗更多的CPU。

It is not suited for high throughput caching and does not provide any LRU based cache invalidation or distributed locking semantics.

它不适合进行高吞吐量的缓存,也不支持基于LRU (Latest Recently Used)的缓存校验与分布式的锁语义。

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会首先删除最近最少使用的缓存数据。

The memory region is a pure-memory cache region that uses a Least Recently Used (LRU) algorithm.

内存区域是一个使用最近最少算法(Least Recently Used,LRU)的纯内存缓存区域。

The buffer cache is managed as a set of least recently used (LRU) lists.

以最近使用(LRU)列表的形式管理缓冲区缓存。