Module memory

Module memory 

Source
Expand description

An in-memory implementationof a session store.

This module provides MemoryStore, an implementation of Store to be used for testing and development. It is not optimized for production and thus you should use another store to use it in the real world.

Structsยง

MemoryStore
An in memory implementation of a session store using hashmaps. Do note that this implementation is just for testing purposes, and should not be used in any real world application.