MemoryStorage

inline fun <T : Any> MemoryStorage(): Storage<T>(source)

Creates a new Storage instance for storing objects in memory.

Return

A new Storage instance.

Type Parameters

T

The type of the object to be stored.