Options
All
  • Public
  • Public/Protected
  • All
Menu

Caches query result into current database, into separate table called "query-result-cache".

Hierarchy

  • DbQueryResultCache

Implements

Index

Constructors

constructor

Properties

Protected connection

connection: Connection

Private queryResultCacheTable

queryResultCacheTable: string

Methods

clear

connect

  • connect(): Promise<void>

disconnect

  • disconnect(): Promise<void>

getFromCache

Protected getQueryRunner

isExpired

remove

  • remove(identifiers: string[], queryRunner?: QueryRunner): Promise<void>

storeInCache

synchronize

  • synchronize(queryRunner?: QueryRunner): Promise<void>

Generated using TypeDoc