go-pkgz / lcw

Loading Cache Wrapper
https://go-pkgz.umputun.dev/lcw/
MIT License
20 stars 5 forks source link

internal LRU implementation #35

Closed paskal closed 1 year ago

paskal commented 1 year ago

I have had this code laying around since October 2020. It seems like it keeps the cache the same but adds LRU support.

paskal commented 1 year ago

Nevermind, it turned out I have it stored in https://github.com/paskal/golang-lru fork as upstream didn't accept this type of cache.