v10.3.0v10.2.2
Reading changes from the repo…
cache.memo()
method, allowing users to cache the results of function calls for improved performance. This feature also includes customizable options for the memoization method. cache.forceFetch
, a new fetch method that guarantees a value will be returned, eliminating the possibility of receiving undefined
. This enhances reliability when retrieving cached items. set
method signature for clarity, ensuring users have a better understanding of how to use this method effectively.