Saved Bookmarks
| 1. |
What is the importance of caching mechanism? |
|
Answer» CACHING mechanism is the practice of storing data TEMPORARILY to retrieve data for repeated requests. This increases the performance of the system by obtaining the data from the cached COPY instead of hitting the database and getting the original data. |
|