Interface SharedConfig

Configuration options shared by backends and Configuration

interface SharedConfig {
    disableAsyncCache: boolean;
}

Hierarchy (view full)

Properties

disableAsyncCache: boolean

If set, disables the sync cache and sync operations on async file systems.