[backend] add cache storage module (#4320)

* [backend] add cache storage module

* update docs

* update default TTL to a week
This commit is contained in:
Weiko
2024-03-07 14:07:01 +01:00
committed by GitHub
parent e7733a1b7a
commit 41bed57be9
12 changed files with 348 additions and 9 deletions

View File

@ -31,5 +31,6 @@
"ts-node": {
"files": true,
"require": ["tsconfig-paths/register"]
}
},
"exclude": ["dist"]
}