 | Moduleurn:org:ten60:netkernel:ext:dpml
The
declareIntermediate
accessor is exported by the urn:org:ten60:netkernel:ext:dpml module.
Import this module to gain access to the accessor.
SyntaxURI | active:declareIntermediate |
Argument | Rules | Description | operand | Mandatory | this:response |
Example UsageDPML<instr> <type>declareIntermediate</type> <operand>this:response</operand> <target>this:response</target> </instr> NetKernel Foundation API
The declareIntermediate instruction is not available outside the DPML runtime and so is not
available from NKF supported runtimes. By default all responses from NKF
language runtimes are intermediate.
Purpose |
The declareIntermediate accessor is used to set the cacheable status of the result of a
DPML process to be Intermediate - that is, not cacheable. By default DPML will set all responses to be cacheable - note,
this is the opposite behaviour to procedural NKF-based scripting languages.
|