Namespace PartRetrievers
PartRetrievers The namespace containing document part retrievers.
Constructor Attributes | Constructor Name and Description |
---|---|
Contains the document part retrievers used to fetch xod document data.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
PartRetrievers.CacheHinting
The type of hint to provide to browsers for caching the document.
|
Namespace Detail
PartRetrievers
Contains the document part retrievers used to fetch xod document data.
Field Detail
<static>
PartRetrievers.CacheHinting
The type of hint to provide to browsers for caching the document. The part retriever may use query parameters
to influence browser caching behavior.
NEVER_CACHE: A unique ID is appended to the document URL. CACHE: The range of bytes requested is appended to the document URL. This should be used in most cases. NO_HINT: Nothing is appended to the document URL. Useful if you require that the document URL never changes.