Hi,
Getting error while storing data into cache using action SetValue.
Regards
-SK-
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