Closed therohanchoudhary closed 2 years ago
Sorry, I don't know anything about redux.
// error encountered here -> TypeError: lruCache.get is not a function at setValueInCache
const value = lruCache.get(key)
So what is lruCache
there? If it doesn't have a get
function, it's not an LRUCache.
Closing because this does not appear to be a LRUCache issue. Happy to share anything I see if you can provide more info, but I'm just a bystander. Good luck.
Reducer function:
Calling from redux: