When building a project with the static site generator, I understand that the document created in advance is provided to the user.
If there is a logic that fetches data using axios, etc. and displays it on the screen when entering the page, does the corresponding API get cached or not called?