You can use `compute` function instead: ``` cache....
# getting-started
i
You can use
compute
function instead:
Copy code
cache.compute(agentId, { id, value -> value ?: getUserFromDB(agentId) })