Caching
Name | Basic Description | Default Value |
---|---|---|
Version | Current global version. Incrementing (modifying) it will invalidate the entire. To invalidate one single cache item just increment its local version. | 4 |
Ttl | Time limit in milliseconds for how much an item should be cached. Setting it to 0 is equivalent of disabling cache. To disable one single cache item just set its TTL to 0. | 20000 |
Enabled | Flag which indicates weather caching is enabled or not | Switched on |
DEVICE_DATA_SERVICE | Local Version - integer which specifies the current version cached for this item | 478255 |
Description | Objects of type com.veridiumid.dlcontract.device.Device which are being retrieved from DeviceDataService | |
Key Prefix | DEVICE_DATA_SERVICE | |
Ttl - specific ttl in milliseconds for this item if explicitly set | 30000 | |
Global Version - global version config | 4 | |
ADD_USER_DETAILS | Local Version - integer which specifies the current version cached for this item | 3320 |
Description | Objects of com.veridiumid.websecadaptors.ad.ResponseUserDetailsAD type from AdServiceClient | |
Key Prefix | AD_USER_DETAILS | |
Ttl - specific ttl in milliseconds for this item if explicitly set | 20000 | |
Global Version - global version config | 4 | |
LOGIN_MODULE_DEVICE_LOGIN | Local Version - integer which specifies the current version cached for this item | 26801 |
Description | Objects of type com.veridiumid.dlcontract.device.Device queried from LoginModule::setupRoles | |
Key Prefix | LOGIN_MODULE_DEVICE_LOGIN | |
Ttl - specific ttl in milliseconds for this item if explicitly set | 30000 | |
Global Version - global version config | 4 | |
LOGIN_MODULE_GROUPS | Local Version - integer which specifies the current version cached for this item | 6 |
Description | Objects of type com.veridiumid.dlcontract.group.Group queried from LoginModule::setupRoles | |
Key Prefix | LOGIN_MODULE_GROUPS | |
Ttl - specific ttl in milliseconds for this item if explicitly set | 30000 | |
Global Version - global version config | 4 | |
PIN_CHANGE_CAMPAGN | Local Version - integer which specifies the current version cached for this item | 2 |
Description | Objects of type com.veridiumid.dlcontract.pinchangecampaign.PinChangeCampaign queried from PinValidator::isPinExpired | |
Key Prefix | PIN_CHANGE_CAMPAIGN | |
Ttl - specific ttl in milliseconds for this item if explicitly set | 100000 | |
Global Version - global version config | 4 |