Memory is a read-write key-value store that is stored in memory, uses least recently used (LRU) eviction, and optionally supports per-value time-to-live.

Settings

FieldTypeDescriptionRequired
capacityintegerlimits the maximum capacity of the store.

this is optional and defaults to 1024 values.
No