New #GoLang #opensource package: sfcache!

I'm excited to announce the release of a new open-source Go package, sfcache, which provides a simple, local, thread-safe, fixed-size and single-flight cache for expensive lookup calls in Go!

Examples applications includes the #dnscache and #awssecretcache packages in #gogen.

Check out the documentation for detailed instructions and examples: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/sfcache

sfcache package - github.com/tecnickcom/gogen/pkg/sfcache - Go Packages

Package sfcache provides a simple, local, thread-safe, fixed-size, and single-flight cache for expensive lookup calls.