You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using BigCache in a chain, ChainCache.Get fails because it uses GetWithTTL and that function in BigCache is not implemented and returns an error. The change was merged recently: d94f5d2 in big cache store v4.2.0 store/bigcache/v4.1.2...store/bigcache/v4.2.0
When using BigCache in a chain, ChainCache.Get fails because it uses GetWithTTL and that function in BigCache is not implemented and returns an error. The change was merged recently: d94f5d2 in big cache store v4.2.0 store/bigcache/v4.1.2...store/bigcache/v4.2.0
Steps for Reproduction
Expected behavior:
The function does not return an error
Actual behavior:
The function returns an error
Platforms:
macOS and dockerized Linux from scratch
Versions:
gocache v4.1.4
go 1.21
BigCache store v4.2.0
BigCache v3.1.0
The text was updated successfully, but these errors were encountered: