Skip to content

Commit 01a50be

Browse files
abheek9sakce
andauthored
Update contents/docs/endpoints/resources.mdx
Co-authored-by: Jovan Sakovic <[email protected]>
1 parent b947533 commit 01a50be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/docs/endpoints/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For better performance, consider creating [materialized views](/docs/data-wareho
3030

3131
### Cache responses
3232

33-
Endpoints return cached data when available. You can also implement your own caching layer in your application to reduce API calls.
33+
Endpoints return cached data when available. You can configure the TTL of cached results based on your requirements. If the cache is older than your desired freshness, the endpoint will execute the query again. Endpoints should eliminate the need for you to implement your own caching layer.
3434

3535
### Optimize your queries
3636

0 commit comments

Comments
 (0)