|
|
|
|
|
by wizeman
2684 days ago
|
|
It doesn't discard the oldest item, it discards the item that was least recently used/accessed (LRU, like the name says). To see the difference more clearly, note that the oldest item can in fact be the most recently used one. |
|