Options
All
  • Public
  • Public/Protected
  • All
Menu

Implementations of this interface provide different strategies to cache query builder results.

Hierarchy

  • QueryResultCache

Implemented by

Index

Methods

clear

connect

  • connect(): Promise<void>

disconnect

  • disconnect(): Promise<void>

getFromCache

isExpired

remove

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

storeInCache

synchronize

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

Generated using TypeDoc