@electron/get
    Preparing search index...

    Enumeration ElectronDownloadCacheMode

    Index

    Enumeration Members

    Enumeration Members

    Bypass: 3

    Bypasses the cache completely, neither reads from nor writes to the cache

    ReadOnly: 1

    Reads from the cache if present Will not write back to the cache after fetching missing artifact

    ReadWrite: 0

    Reads from the cache if present Writes to the cache after fetch if not present

    WriteOnly: 2

    Skips reading from the cache Will write back into the cache, overwriting anything currently in the cache after fetch