TF-886 Create AuthenticationInfoCache object

This commit is contained in:
dab246
2022-09-06 19:01:32 +07:00
committed by Dat H. Pham
parent 1e454ee7fa
commit c0b3017239
2 changed files with 23 additions and 0 deletions
@@ -9,4 +9,5 @@ class CachingConstants {
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 AUTHENTICATION_INFO_HIVE_CACHE_IDENTIFY = 10;
}