get

fun get(key: String): String?

Retrieves a cached conversion result by key.

Return

The cached conversion result, or null if not found.

Parameters

key

The key for the cached conversion.