Class

EphemeralStore

EphemeralStore()

Constructor

# new EphemeralStore()

Session store that persists data in memory and thus is not actually persistent. It does also not synchronize the session's state across multiple tabs or windows as those cannot share memory. This store is mainly useful for testing and will automatically be used when running tests.

View Source session-stores/ephemeral.js, line 4

Extends