Options
All
  • Public
  • Public/Protected
  • All
Menu

Abstract interface class for a cached object.

Hierarchy

Index

Constructors

constructor

Methods

Abstract arrayPop

  • arrayPop(key: string): Awaitable<undefined | string>

Abstract arrayPush

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

Abstract decrement

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

Abstract drop

Abstract fetch

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

Abstract has

Abstract increment

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

Abstract pop

  • pop(key: string): Awaitable<undefined | string>

Abstract put

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

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

Extollo is a free & libre application framework in TypeScript.