abstract class Amber::Router::Session::AbstractStore

Overview

All Session Stores should implement the following API

Direct Known Subclasses

Defined in:

amber/router/session/abstract_store.cr

Instance Method Summary

Instance Method Detail

abstract def current_session #

[View source]
abstract def destroy #

[View source]
abstract def id #

[View source]
abstract def set_session #

[View source]
abstract def update(hash : Hash(String | Symbol, String)) #

[View source]