Table of Contents

Enum ParserInvalidationMode

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Controls how caches retaining a parser respond while that parser is being invalidated.

public enum ParserInvalidationMode : byte
Extension Methods

Fields

CheckUsage = 0

Keeps parser references and cancels disposal while the parser is used.

InvalidateReferences = 1

Removes parser references so the parser can be disposed.