Header menu logo fable-electron-docs-api

V8CacheOptions Type

Union cases

Union case Description

BypassHeatCheck

Full Usage: BypassHeatCheck

Bypass code caching heuristics but with lazy compilation

BypassHeatCheckAndEagerCompile

Full Usage: BypassHeatCheckAndEagerCompile

Same as above except compilation is eager. Default policy is code.

Code

Full Usage: Code

Heuristic based code caching

None

Full Usage: None

Disables code caching

Instance members

Instance member Description

this.IsBypassHeatCheck

Full Usage: this.IsBypassHeatCheck

Returns: bool
Returns: bool

this.IsBypassHeatCheckAndEagerCompile

Full Usage: this.IsBypassHeatCheckAndEagerCompile

Returns: bool
Returns: bool

this.IsCode

Full Usage: this.IsCode

Returns: bool
Returns: bool

this.IsNone

Full Usage: this.IsNone

Returns: bool
Returns: bool

Type something to start searching.