clearSecurityKeyCache static method
Clear security key cache (call when key is added/removed).
Implementation
static void clearSecurityKeyCache() {
_securityKeyAvailableCache = null;
}
Clear security key cache (call when key is added/removed).
static void clearSecurityKeyCache() {
_securityKeyAvailableCache = null;
}