diff options
Diffstat (limited to 'src/util/cache/index.ts')
-rw-r--r-- | src/util/cache/index.ts | 3 |
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"; |