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.
| Field | Type | Description | Required |
|---|
| capacity | integer | limits the maximum capacity of the store.
this is optional and defaults to 1024 values. | No |