mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Add asset response cache
This commit is contained in:
parent
d43a08eb71
commit
1156290377
4 changed files with 100 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue