mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Add album list response caching
This commit is contained in:
parent
75d8ca1306
commit
d310c77fc8
7 changed files with 108 additions and 22 deletions
|
|
@ -29,3 +29,7 @@ const String backupRequireCharging = "immichBackupRequireCharging"; // Key 3
|
|||
// Asset cache
|
||||
const String assetListCacheBox = "assetListCacheBox";
|
||||
const String assetListCachedAssets = "assetListCachedAssets";
|
||||
|
||||
// Album cache
|
||||
const String albumListCacheBox = "albumListCacheBox";
|
||||
const String albumListCachedAssets = "albumListCachedAssets";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue