summaryrefslogtreecommitdiffhomepage
path: root/src/lib/cache/index.ts
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-09 19:55:19 +0900
committerAdam Malczewski <[email protected]>2026-04-09 19:55:19 +0900
commitbafc36cbb2287ecb3b806cb32118a9ee9d5f7170 (patch)
tree2b2196ef84bb20dc97bcdd61b15c7154aa569733 /src/lib/cache/index.ts
parenta39e2501b81c1e52437839e018bd5bf07b46616c (diff)
downloadflashair-speedsync-bafc36cbb2287ecb3b806cb32118a9ee9d5f7170.tar.gz
flashair-speedsync-bafc36cbb2287ecb3b806cb32118a9ee9d5f7170.zip
auto-caching setup
Diffstat (limited to 'src/lib/cache/index.ts')
-rw-r--r--src/lib/cache/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cache/index.ts b/src/lib/cache/index.ts
index 7ce52dc..18f873b 100644
--- a/src/lib/cache/index.ts
+++ b/src/lib/cache/index.ts
@@ -1,2 +1,3 @@
export { imageCache } from './imageCache';
export type { CachedImage } from './imageCache';
+export { autoCacheService } from './autoCacheService';