InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Static And Dynamic Cache And Explain With One Example? |
|
Answer» Static - Once the DATA is cached , it will not change, example UNCONNECTED lookup uses static cache. Dynamic - The cache is UPDATED as to reflect the update in the table (or source) for which it is reffering to.(EX. connected lookup). Static - Once the data is cached , it will not change, example unconnected lookup uses static cache. Dynamic - The cache is updated as to reflect the update in the table (or source) for which it is reffering to.(ex. connected lookup). |
|