
Pseudo-LRU is a cache algorithm created to improve the Least Recently Used (LRU) algorithm. PLRU usually refers to two cache replacement algorithms: tree-PLRU and bit-PLRU. Tree-PLRU, is an efficient algorithm to select an item that most likely has not been accessed very recently, given a set of items and a sequence of access events to the items. ...
Found on
http://en.wikipedia.org/wiki/Pseudo-LRU
No exact match found.