Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstract class representing a session driver. Some implementation of this is injected into the request.

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly request

request: Request

Methods

Abstract forget

  • forget(key: string): void

Abstract get

  • get(key: string, fallback?: unknown): any

Abstract getData

Abstract getKey

  • getKey(): string

Abstract load

  • load(): void | Promise<void>

Abstract persist

  • persist(): void | Promise<void>

Abstract set

  • set(key: string, value: unknown): void

Abstract setData

Abstract setKey

  • setKey(key: string): void
Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.