mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Add asset response cache
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user