get

open suspend override fun get(): T?

Retrieves the item from memory.

Return

The item if it exists, null otherwise.