Class Query

查詢主體

Hierarchy

  • Query

Constructors

Properties

Methods

Constructors

Properties

_cache: { info: Map<string, CourseInfo>; meta: Map<string, CourseMeta[]> } = ...

內部快取

Type declaration

cache: boolean = true

是否使用快取

cooldown: number = 1000

自動重試冷卻時間 (毫秒)

retry: number = 1

最大失敗自動重試次數

Methods

  • 清空快取

    Returns void

Generated using TypeDoc