RPE: "Data Reused from Cache"
When DNG Object in the Module encounters a link, link is queried with Data Source Configuration & few more queries are processed for each link.
2 Objects in the module has a link.
One Data Source of the link is skipped for the second link. There are no conditions to reach that DS. Message in the %TEMP%\RPE\rpe.log is "Data Reused from Cache".
Why is the DS skipped on the second run.
Comments
Fariz Saracevic
FORUM MODERATOR / JAZZ DEVELOPER Jan 24 '23, 3:11 a.m.Hi Chidambaram,
Chidambaram L
Jan 24 '23, 4:43 a.m.@fariz,
Fariz Saracevic
FORUM MODERATOR / JAZZ DEVELOPER Jan 24 '23, 4:52 a.m.Chidambaram L
Jan 24 '23, 5:01 a.m.Fariz Saracevic
FORUM MODERATOR / JAZZ DEVELOPER Feb 22 '23, 2:40 a.m.Hi Chidambaram,
Regarding your question why it shows "Data reused from cache":
"Data reused from cache" is used for caching while PUB calls for next page in XML or JSON format. This will check if requested URL is cached or not. Based on this information, it will returns the path to a cached copy of the resource referred by the URL with ConnectionArguments. If the resource was not cached, it is cached before it is returned.
Chidambaram L
Feb 22 '23, 2:45 a.m.@fariz, That answers. Thank you.