Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocalStorageCache

Implements

Index

Constructors

Properties

localCache: Record<string, string> = {}
LOCALSTORAGE_PREFIX: string = '__autotyper_cache_'

Methods

  • clear(): Promise<void>
  • getFile(uri: string): Promise<undefined | string>
  • storeFile(uri: string, content: string): Promise<void>

Generated using TypeDoc