Table of Contents

Enum QueryParserInvalidationScope

Namespace
Rinku
Assembly
Rinku.dll

Selects where parser invalidation applies.

public enum QueryParserInvalidationScope : byte
Extension Methods

Fields

Global = 1

Removes the parsers from the global cache and from commands that use them.

GlobalIfUnused = 2

Removes a parser from the global cache when no other command uses it.

Local = 0

Removes parsers only from this command.