Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Experimental freshness-first caching library for FastAPI

github.com

1 points by grandimam 2 hours ago

Hi folk,

I am working on a small experimental freshness-first caching library and wanted some design feedback. before i take it further.

Instead of wiring up invalidations by hand, the cache would watch your function by hand and cache should automatically infer the behavior and keep the data fresh.

Code: https://github.com/grandimam/zinda