Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CachingServiceImpl

Hierarchy

  • CachingServiceImpl

Index

Constructors

constructor

Properties

prefix

prefix: string = "tvpil"

Methods

Abstract clear

  • clear(): void

Abstract getItem

  • getItem(key: string): unknown | null

Abstract removeAllBySubPrefix

  • removeAllBySubPrefix(subPrefix: string): void

Abstract removeItem

  • removeItem(key: string): void

Abstract setItem

  • setItem(key: string, data: unknown, ttl: number): void

Generated using TypeDoc