kibertoad / toad-cache

In-memory cache for Node.js and browser
MIT License
17 stars 5 forks source link

fix(LruObject): do not bumb entry if there is only one entry #33

Closed tobiasdcl closed 11 months ago

tobiasdcl commented 11 months ago

fixes https://github.com/kibertoad/toad-cache/issues/32


update: I saw that LruMap is affected by the same bug and fixed it there as well

kibertoad commented 11 months ago

Thanks a lot! I'll release a fixed version tonight

Uzlopak commented 11 months ago

Also here: Nice Job.