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.
showing 5 of 6
show 1 more comments
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Chidambaram,
@fariz,
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.
@fariz, That answers. Thank you.