Cache

Execution provider that implements caching for an allowed white list of source code files.

Constructors

this
this(IExecProvider realExecProvider, string[] sourceCodeWhitelist)

Members

Functions

compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(RunInput input)
Undocumented in source. Be warned that the author may not have intended to support it.
installedPackages
Package[] installedPackages()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IExecProvider

RunInput
struct RunInput
Undocumented in source.
compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(RunInput input)
Undocumented in source.
installedPackages
Package[] installedPackages()
Undocumented in source.

Meta