go-pkgz / lcw

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

Switch Expirable cache to internal implementation #15

Closed paskal closed 4 years ago

paskal commented 4 years ago

I've rewritten an internal cache implementation to fit particular use scenario.

Switching LRU to it would require additional changes because of the absent DeleteOldest function: we don't have it and it would require additional changes for implementation.