Skip to content

Topic

Build-Time Data Caching

The practice of resolving external data during a build and shipping it with the application as a static artifact, so the running program reads a file instead of calling an API.

Current clusters