summary refs log tree commit diff
path: root/src/util/cache/index.ts
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2023-03-18 04:11:48 +0100
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2023-03-18 04:11:48 +0100
commit366c4935a42d5056c51cdbd7c82c2674f1b8b128 (patch)
tree7c3cdc444536d8b1065c9f98d96355d0f5276704 /src/util/cache/index.ts
parentfix: package-lock.json (diff)
downloadserver-366c4935a42d5056c51cdbd7c82c2674f1b8b128.tar.xz
feat: Database Query Cache
Diffstat (limited to '')
-rw-r--r--src/util/cache/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/cache/index.ts b/src/util/cache/index.ts
new file mode 100644

index 00000000..43f0aa96 --- /dev/null +++ b/src/util/cache/index.ts
@@ -0,0 +1,3 @@ +export * from "./EntityCache"; +export * from "./Cache"; +export * from "./LocalCache";