Options
All
  • Public
  • Public/Protected
  • All
Menu

A cache implementation stored in memory.

Hierarchy

Index

Constructors

constructor

Properties

Protected items

The stored cache items.

Methods

arrayPop

arrayPush

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

decrement

  • decrement(key: string, amount?: number): Promise<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): Promise<number>

pop

put

  • put(key: string, item: string): Promise<void>
Extollo Logo

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

Extollo is a free & libre application framework in TypeScript.