Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 16, 2022 05:40
Show Gist options
  • Save s1monw1/50e21018d9b6f01f9037049a0f35c914 to your computer and use it in GitHub Desktop.
Save s1monw1/50e21018d9b6f01f9037049a0f35c914 to your computer and use it in GitHub Desktop.
val cachedLeadResult = cachedLeadResults[name]
if (cachedLeadResult != null) {
println("return cached: $cachedLeadResult")
return cachedLeadResult
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment