> ## Documentation Index
> Fetch the complete documentation index at: https://www.marqeta.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Caching

> Learn about how the DiVA API caches data.

To improve query performance, the results of all `GET` requests are cached for a certain period of time:

* 10 minutes for authorization data.

* 60 minutes for all other requests.

If you or another user with the same access level make a request for the same dataset within this caching window, the results are identical. If your response is based on cached data, the date and time when the query was run is returned in the `last_run_time` field of the response metadata.

For example, if you request today’s authorization transaction data at 9:00 am, and another user requests today’s authorization transaction data at 9:05 am, the result sets are identical. If you make another request at 9:10 am, the API generates a new result set. Similarly, if you make a request for the week’s authorization transaction data at 9:05 am, the API generates a new result set.


## Related topics

- [Response Customization](/docs/diva-api/response-customization.md)
- [Data Dictionary](/docs/diva-api/data-dictionary.md)
- [Data Products and Insights](/docs/developer-guides/data-products-and-insights.md)
- [Transaction Data for JIT Funding Decisions](/docs/core-api/transaction-data-for-jit-funding-decisions.md)
