go-pkgz / lcw

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

Switch LRU to internal cache implementation #20

Closed paskal closed 4 years ago

paskal commented 4 years ago

This version is basically hybrid of ours and hashicorp/golang-lru. It turned out we still support expirable LRU cache, we just don't use it in lcw yet.