mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 06:26:44 -06:00
feat: add ISR cache with stale-while-revalidate pattern
Implements in-memory caching for SSR pages using moka with: - Configurable fresh/stale TTLs (60s/300s defaults) - Background refresh for stale entries - Cache invalidation on project/tag mutations - Pre-cached icon collections on startup - Skips cache for authenticated requests
This commit is contained in:
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
.env*
|
||||
/*.txt
|
||||
web/node_modules/
|
||||
target/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user