Interface MountOptions

Hierarchy

  • MountOptions

Properties

Properties

cache?: boolean | Map<string, CacheItem>

Enable caching. This will reduce the number of disk reads and writes, but will also increase memory usage. Pass a Map to use a custom cache.

Default

false

Generated using TypeDoc