Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Mar 28, 2023
1 parent 8da30b0 commit a550677
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ class Builder<K, V>(
/**
* Returns a [Cache] which suspends when requesting values.
*
* If the key does not exist, then the suspendable [compute] function is invoked
* to compute a value, unless a specific compute has been provided with the key.
* If a requested key does not exist, then the suspendable [compute] function is invoked
* to compute the required values.
*
* If the suspendable computation throws or computes a null value then the
* entry will be automatically removed.
Expand Down

0 comments on commit a550677

Please sign in to comment.