attachDependencyattachDependency
Attach an additional dependency onto a resource
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > attachDependency

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


Module

urn:org:ten60:netkernel:ext:sys

The attachDependency accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:attachDependency

ArgumentRulesDescription
operandMandatory the resource to attach the dependency to.
paramMandatory the resource to be added as a dependency

Example Usage

DPML

<instr>
  <type>attachDependency</type>
  <operand>var:resource</operand>
  <param>var:dependency</param>
  <target>var:veryDependentResource</target>
</instr>

NetKernel Foundation API

The attachDependency accessor is provided for use with the DMPL language. This accessor was provided to enable DPML to explicitly add dependencies to a response. This can be done more directly with the NKF.

Purpose

NetKernel provides a dependency based cache. Accessors automatically track dependencies on results they generate - the dependencies include all the resources which were used in order to create the response. In some rare application patterns it can be useful to add additional dependencies which were not used to create the resource.

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