Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MemoryCacheAdapter

Hierarchy

  • MemoryCacheAdapter

Implements

Index

Constructors

constructor

Properties

data

data: {} = {}

Type declaration

  • [bin: string]: {}
    • [k: string]: any

name

name: string

options

timer

timer: {} = {}

Type declaration

  • [k: string]: any

Readonly type

type: string = 'memory'

Methods

clearBin

  • clearBin(name: string): void

configure

get

  • get(key: string, bin: string, options?: ICacheGetOptions): any

hasRequirements

  • hasRequirements(): boolean

set

  • set(key: string, value: any, bin: string, options?: ICacheSetOptions): any

shutdown

  • shutdown(): void

Generated using TypeDoc