getIfAvailable

abstract suspend fun getIfAvailable(key: String): C?

Returns the container for key if it already exists in the cache or null if it doesn't exist or creation is still in progress.