InMemoryStorage

Description

The InMemoryStorage object provides volatile storage in memory. It’s limited by the amount of available RAM and cleared on every device start. It can be used to e.g. store temporary databases and caches which require fast I/O operations with low latencies but do not have to be persistent.

› Inherits:Storage

Properties