TF-1810 Add hive cache object for detailed email

(cherry picked from commit 0a8b2838205586c76e749d6b02496d22107726f4)
This commit is contained in:
dab246
2023-05-09 18:38:52 +07:00
committed by Dat Vu
parent 5b01715dcd
commit eb855f859e
4 changed files with 121 additions and 0 deletions
@@ -14,6 +14,9 @@ class CachingConstants {
static const int RECENT_LOGIN_URL_HIVE_CACHE_IDENTITY = 12;
static const int RECENT_LOGIN_USERNAME_HIVE_CACHE_IDENTITY = 13;
static const int FCM_SUBSCRIPTION_HIVE_CACHE_IDENTITY = 14;
static const int ATTACHMENT_HIVE_CACHE_ID = 15;
static const int EMAIL_HEADER_HIVE_CACHE_ID = 16;
static const int DETAILED_EMAIL_HIVE_CACHE_ID = 17;
static const String fcmCacheBoxName = 'fcm_cache_box';
}