550752a2a4
(cherry picked from commit e327dff45a4fc67d0c5a2d2afe64fc4673e2eac1)
19 lines
859 B
Dart
19 lines
859 B
Dart
|
|
class CachingConstants {
|
|
static const int MAILBOX_CACHE_IDENTIFY = 1;
|
|
static const int MAILBOX_RIGHTS_CACHE_IDENTIFY = 2;
|
|
static const int STATE_CACHE_IDENTIFY = 3;
|
|
static const int STATE_TYPE_IDENTIFY = 4;
|
|
static const int EMAIL_CACHE_IDENTIFY = 5;
|
|
static const int EMAIL_ADDRESS_HIVE_CACHE_IDENTIFY = 6;
|
|
static const int RECENT_SEARCH_HIVE_CACHE_IDENTIFY = 7;
|
|
static const int TOKEN_OIDC_HIVE_CACHE_IDENTIFY = 8;
|
|
static const int ACCOUNT_HIVE_CACHE_IDENTIFY = 9;
|
|
static const int ENCRYPTION_KEY_HIVE_CACHE_IDENTIFY = 10;
|
|
static const int AUTHENTICATION_INFO_HIVE_CACHE_IDENTIFY = 11;
|
|
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 String fcmCacheBoxName = 'fcm_cache_box';
|
|
} |