module

Marten::HTTP::Session::Store

Class methods

get(store_name : String | Symbol)

Returns the session store class associated with a specific store_name.

If no session store implementatiob can be found, a Marten::HTTP::Session::Errors::UnknownStore exception is raised.

Source
register(name : String | Symbol, klass : Base.class)

Allows to register a new session store implementation.

Source
registry

Returns the current registry of session stores.

Source

Nested types