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
Cache key serialization transform js Date objects as {}
Applicable for both humanReadableKeys flag states
cache(cachedQuery,{adapter: inMemoryCache({observability: { hit, miss }}),staleAfter: "1m",humanReadableKeys: true,});cachedQuery.start(newDate(100))cachedQuery.start(newDate(200))// return cached result of query above
The text was updated successfully, but these errors were encountered:
Cache key serialization transform js Date objects as {}
Applicable for both humanReadableKeys flag states
The text was updated successfully, but these errors were encountered: