Add asset response cache

This commit is contained in:
Matthias Rupp 2022-10-14 23:57:55 +02:00
parent d43a08eb71
commit 1156290377
4 changed files with 100 additions and 2 deletions

View file

@ -25,3 +25,7 @@ const String backgroundBackupInfoBox = "immichBackgroundBackupInfoBox"; // Box
const String backupFailedSince = "immichBackupFailedSince"; // Key 1
const String backupRequireWifi = "immichBackupRequireWifi"; // Key 2
const String backupRequireCharging = "immichBackupRequireCharging"; // Key 3
// Asset cache
const String assetListCacheBox = "assetListCacheBox";
const String assetListCachedAssets = "assetListCachedAssets";