Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileCache

Hierarchy

  • FileCache

Implements

Index

Constructors

Properties

tmpdir: string

Methods

  • delete(path: string): Promise<undefined>
  • exists(path: string): Promise<boolean>
  • filepath(path: string): string
  • Parameters

    • path: string

    Returns string

  • read(path: string): Promise<Buffer>
  • write(path: string, data: string | Buffer): Promise<undefined>

Generated using TypeDoc