Options
All
  • Public
  • Public/Protected
  • All
Menu

Options passed to QueryResultCache class.

Hierarchy

  • QueryResultCacheOptions

Index

Properties

duration

duration: number

Duration in milliseconds during which results will be returned from cache.

identifier

identifier: string

Cache identifier set by user. Can be empty.

query

query: string

Cached query.

Optional result

result: any

Query result that will be cached.

Optional time

time: undefined | number

Time, when cache was created.

Generated using TypeDoc