| Interface | Description |
|---|---|
| PreparsedDocumentProvider |
Interface that allows clients to hook in Document caching and/or the whitelisting of queries.
|
| Class | Description |
|---|---|
| NoOpPreparsedDocumentProvider | |
| PreparsedDocumentEntry |
An instance of a preparsed document entry represents the result of a query parse and validation, like
an either implementation it contains either the correct result in the document property or the errors.
|