Closed lazarv closed 4 weeks ago
Fixes "use cache" when using the directive in a function with params where the param should be included in the cache key. Changes in-memory cache implementation to use deep-eql for deep equality check on the cache key segments.
"use cache"
deep-eql
Fixes
"use cache"
when using the directive in a function with params where the param should be included in the cache key. Changes in-memory cache implementation to usedeep-eql
for deep equality check on the cache key segments.