Go Generics Cache Versions Save

A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.

v1.5.1

1 month ago

What's Changed

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.5.0...v1.5.1

v1.5.0

1 month ago

v1.4.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.3.1...v1.4.0

v1.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.2.2...v1.3.0

v1.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.2.0...v1.2.1

v1.2.0

1 year ago

This version contains a breaking change. In this version, the cache created by the New function has been changed so that it does not stop the janitor. The reason for this is described here. To stop, use the NewContext function.

See: https://github.com/Code-Hex/go-generics-cache/pull/27#issuecomment-1250226779

What's Changed

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.1.0...v1.2.0

v1.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.0.1...v1.1.0

v1.0.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Code-Hex/go-generics-cache/compare/v1.0.0...v1.0.1