Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICacheAdapter

Hierarchy

  • ICacheAdapter

Implemented by

Index

Properties

name

name: string

options

Readonly type

type: string

Methods

clearBin

  • clearBin(name: string): void

configure

get

  • get(key: string, bin: string, options: ICacheSetOptions): any

hasRequirements

  • hasRequirements(): boolean | Promise<boolean>

set

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

shutdown

  • shutdown(): void

Generated using TypeDoc