Skip to content

Commit

Permalink
docs: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
realdavidvega committed Oct 2, 2024
1 parent fdb5b67 commit dc7b0ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ data class CachedToolConfig(
*
* Cache is stored in a [Map] of [CachedToolKey] to [CachedToolValue].
*
* Supports expiration policies using [CachedToolConfig]. Expiration happens during access to the
* cache.
* Supports expiration policies using [CachedToolConfig].
*/
abstract class CachedTool<Input, Output>(
private val cache: Atomic<MutableMap<CachedToolKey<Input>, CachedToolValue<Output>>>,
Expand Down

0 comments on commit dc7b0ef

Please sign in to comment.