StorageDelegate

constructor(cacheable: Boolean = false, initializer: () -> Storage<T>)

Parameters

T

The type of object to be stored.

cacheable

Whether the storage should cache the item in memory.

initializer

A function to initialize the underlying storage.