Minor mistake in LRU cache docs

Description

The LRU docs state:

The least-recently-used cache is one that evicts items that are accessed least frequently once its threshold has been exceeded.

I believe it should say:

The least-recently-used cache is one that evicts items that are accessed least recently once its threshold has been exceeded.

Environment

None

Activity

Show:

Sean CorfieldOctober 7, 2021 at 10:48 PM

Thank you!

Fixed

Details

Assignee

Reporter

Priority

Created October 7, 2021 at 10:41 AM
Updated October 7, 2021 at 10:48 PM
Resolved October 7, 2021 at 10:48 PM