TF-145 Create object EmailCache

This commit is contained in:
dab246
2021-10-07 00:20:56 +07:00
committed by Dat H. Pham
parent 4fc985b314
commit f5874a7e49
7 changed files with 111 additions and 4 deletions
@@ -0,0 +1,9 @@
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;
}