Enum QueryParserInvalidationScope
- Namespace
- Rinku
- Assembly
- Rinku.dll
Selects where parser invalidation applies.
public enum QueryParserInvalidationScope : byte
- Extension Methods
Fields
Global = 1Removes the parsers from the global cache and from commands that use them.
GlobalIfUnused = 2Removes a parser from the global cache when no other command uses it.
Local = 0Removes parsers only from this command.