Skip to main content

ParseCache

Index

Properties

Properties

get

get: (source: string | Source, options?: ParseOptions) => PromiseOrValue<undefined | DocumentNode | Error>

Type declaration

set

set: (document: DocumentNode | Error, source: string | Source, options?: ParseOptions) => PromiseOrValue<void>

Type declaration

Page Options