Interface CacheWriteOptions

interface CacheWriteOptions {
    persistImmediately?: boolean;
}

Properties

persistImmediately?: boolean

Relevant if periodic persistence is configured, which can be overwritten for individual write operations with this option.