Open SQReder opened 3 months ago
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(new Date(100)) cachedQuery.start(new Date(200)) // return cached result of query above
Cache key serialization transform js Date objects as {} Applicable for both humanReadableKeys flag states