Skip to content

API > wxt > FsCache

Interface: FsCache ​

Contents ​

Methods ​

get() ​

get(key): Promise<undefined | string>

Parameters ​

▪ key: string

Source ​

packages/wxt/src/types.ts:1663


set() ​

set(key, value): Promise<void>

Parameters ​

▪ key: string

▪ value: string

Source ​

packages/wxt/src/types.ts:1662


Generated using typedoc-plugin-markdown and TypeDoc