get

open override fun get(): T?

Retrieve an item from the storage, using the cache if available.

Return

The retrieved item, or null if no item is found.