Options
All
  • Public
  • Public/Protected
  • All
Menu

A cache driver whose records are stored in a database table using the CacheModel.

Hierarchy

Index

Constructors

constructor

Methods

arrayPop

  • arrayPop(key: string): Promise<Maybe<string>>

arrayPush

  • arrayPush(key: string, value: string): Promise<void>

decrement

  • decrement(key: string, amount?: number): Awaitable<number>

drop

  • drop(key: string): Promise<void>

fetch

  • fetch(key: string): Promise<undefined | string>

has

  • has(key: string): Promise<boolean>

increment

  • increment(key: string, amount?: number): Awaitable<number>

pop

  • pop(key: string): Promise<string>

put

  • put(key: string, value: string, expires?: Date): Promise<void>
Extollo Logo

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

Extollo is a free & libre application framework in TypeScript.