Interface: FsCache 
Contents 
Methods 
get() 
get(
key):Promise<undefined|string>
Parameters 
▪ key: string
Source 
packages/wxt/src/types.ts:1407
set() 
set(
key,value):Promise<void>
Parameters 
▪ key: string
▪ value: string
Source 
packages/wxt/src/types.ts:1406
Generated using typedoc-plugin-markdown and TypeDoc