declareIntermediatedeclareIntermediate
Explicitly declare a result as Intermediate and not Cacheable
Home > Books > NetKernel API and Services Reference > Accessor Listing > DPML > declareIntermediate

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn: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.

Syntax

URI
active:declareIntermediate

ArgumentRulesDescription
operandMandatory this:response

Example Usage

DPML

<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.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.