jackhftang / lrucache.nim

LRU cache in pure nim
https://jackhftang.github.io/lrucache.nim/
14 stars 8 forks source link

Add getLruValue func #3

Closed demotomohiro closed 4 years ago

jackhftang commented 4 years ago

FYI, added getLruKey, getLruValue, getMrukey, getMruValue. Raising custom error when cache is empty makes more sense than null access exception. Bumped to 1.1.0