Question 16
Which of the following statements is/are correct?
Memoization term is used for a special kind of caching where the return value of a function is cached based on its parameters value.
Redis database can be used to cache data.
Caching can only be done at the browser level.
All of these