in src/main/java/com/amazonaws/secretsmanager/caching/SecretCache.java [162:165]
public boolean refreshNow(final String secretId) throws InterruptedException {
SecretCacheItem secret = this.getCachedSecret(secretId);
return secret.refreshNow();
}