Table of Contents

Enum CompiledCacheStatus

Namespace
DotBoxD.Kernels.Compiler
Assembly
DotBoxD.Kernels.Compiler.dll
public enum CompiledCacheStatus

Fields

Hit = 1
Invalid = 3
Miss = 2
None = 0
Recompiled = 4