getIfAvailable

open suspend override fun getIfAvailable(key: String): File?

Returns the file corresponding to the given key, or null if such a key is not present in the cache.

This function does not wait for the creation of the file if it is in progress, returning null instead.