Skip to main content

Module cache

Module cache 

Source
Expand description

Caching layer for WDL document analysis.

Structs§

CachedItem
A cached, analyzed document item.
WithBodyHash
An analyzed item with an associated [BodyHash].

Enums§

ItemKind
The kind of an [LocalItem].
MaybeImported
An item in the current document’s scope.

Type Aliases§

EnumRef
A reference to an enum in the document’s scope.
StructRef
A reference to a struct in the document’s scope.
TaskRef
A reference to a task in the document’s scope.
WorkflowRef
A reference to a workflow in the document’s scope.