TestimoX

API Reference

Enum

PowerShellCacheMode

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how legacy PowerShell scripts are staged on disk when the compiled catalog is unavailable or disabled.

Inheritance

  • Enum
  • PowerShellCacheMode

Values

public const PowerShellCacheMode Persistent #

Extract scripts under a persistent cache root (default).

Value: 0
public const PowerShellCacheMode Temporary #

Extract scripts to a temporary per-run cache deleted on exit.

Value: 1
public const PowerShellCacheMode Disabled #

Skip extraction entirely.

Value: 2