Download Latest Version lib_v4.2.0 source code.tar.gz (106.5 kB)
Email in envelope

Get an email when there's a new version of Gocache

Home / lib_v4.2.0
Name Modified Size InfoDownloads / Week
Parent folder
lib_v4.2.0 source code.tar.gz 2025-01-08 106.5 kB
lib_v4.2.0 source code.zip 2025-01-08 156.0 kB
README.md 2025-01-08 1.6 kB
Totals: 3 Items   264.1 kB 0

Breaking Changes

⚠️ Using LoadableCache, the LoadFunction[T any] must now return 3 arguments (including options):

:::diff
- type LoadFunction[T any] func(ctx context.Context, key any) (T, error)
+ type LoadFunction[T any] func(ctx context.Context, key any) (T, []store.Option, error)

What's Changed

New Contributors

Full Changelog: https://github.com/eko/gocache/compare/store/hazelcast/v4.2.0...lib/v4.2.0

Source: README.md, updated 2025-01-08