20
Views
1
Comments
[dmCache] Getting error while storing data in cache
Question
dmcache
Web icon
Forge asset by Experts

Hi, 

Getting error while storing data into cache using action SetValue.



Regards

-SK-

2018-09-27 18-20-33
Swatantra Kumar
Champion

Hi SK,

In dmCache component, CacheKey must be unique within each scope. It complaints about missing node in two possible reasons

- unable to locate the Scope

- unable to locate the CacheKey (if miss-and-hit not handled)


Debug and check if you're getting these values at first place.


Regards,

Swatantra Kumar

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.