get

open suspend override fun get(): T?

Retrieves the item from memory if it's cached, otherwise from the repository.

Return

The item if it exists, null otherwise.