Back

memory-store (clj)

(source)

function

(memory-store) (memory-store session-atom)
Creates an in-memory session storage engine. Accepts an atom as an optional argument; if supplied, the atom is used to hold the session data.

Examples