-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In order to leverage Kotlin's use function, it would be nice for the different cache classes / interfaces to implement the AutoClosable interface. However, a problem is that the close() function signatures clash:
AutoClosable requires fun close() whereas e.g. ContainerKache has public suspend fun close().
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request