Skip to content

Commit

Permalink
docs: remove updateRecencyOnHas
Browse files Browse the repository at this point in the history
Fix: #199
  • Loading branch information
isaacs committed Feb 24, 2022
1 parent d511442 commit da932f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ const options = {
// update the age of items on cache.has(), renewing their TTL
// boolean, default false
updateAgeOnHas: false,

// update the "recently-used"-ness of items on cache.has()
// boolean, default false
updateRecencyOnHas: false,
}

const cache = new LRU(options)
Expand Down

0 comments on commit da932f7

Please sign in to comment.