get

abstract fun get(key: Key): File

Get the cache for the value at the given key.

Note - This is potentially dangerous, someone may write a new value to the file at any point in time and we won't know about it.

Return

An InputStream representing the data at key at the time get is called.

Parameters

key

The key in the cache.