Files
fuj-management/prompts/2026-03-10-cache-data-from-google-sheets.md
Jan Novak e83d6af1f5
All checks were successful
Deploy to K8s / deploy (push) Successful in 11s
prompts: trying to record discussions with agents, it probably won't
work for me anyway
2026-03-11 11:56:21 +01:00

522 B

i would like to implement caching of data that we load from the google documents. For all of them. I do not need persistence across application restarts, so file of whatever format in tmp directory would be good enough. I think it would be good idea to read metadata about documents we access - last modified time? and reload these files only when document is newer than cached data.

Suggest solution, suggest file format for caching.


i do not need caching for scripts, caching is relevant for web app only