mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
4 lines
194 B
Plaintext
4 lines
194 B
Plaintext
repoze.lru is a LRU (least recently used) cache implementation.
|
|
Keys and values that are not used frequently will be evicted from
|
|
the cache faster than keys and values that are used frequently.
|