Skip to content

API > wxt > FsCache

Interface: FsCache

Contents

Methods

get()

get(key): Promise<undefined | string>

Parameters

key: string

Source

packages/wxt/src/types/index.ts:1159


set()

set(key, value): Promise<void>

Parameters

key: string

value: string

Source

packages/wxt/src/types/index.ts:1158


Generated using typedoc-plugin-markdown and TypeDoc