Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheStore

캐시 스토어 인터페이스

Hierarchy

  • CacheStore

Implemented by

Index

Methods

Methods

read

  • read(version: number): Promise<CacheData | null>

write

  • write(locale: CacheData, version: number): Promise<void>

Generated using TypeDoc