get

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

Returns the container for key if it exists in the cache or waits for its creation if it is currently in progress. This returns null if a file is not cached and isn't in creation or cannot be created. It may even throw exceptions for unhandled exceptions in the currently in-progress creation block.