Cached Data Considerations
To avoid querying the database each time data is requested by a client, the
If a client requests the same Data Source, the
The use of the cache improves the performance of the application and reduces the load on the database. The following sections detail caching mechanisms, to better explain its impact on performance.