DH5AppObj.cached

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto cached()
  2. O cached(bool newcached)
    class DH5AppObj
    O
    cached
    (
    this O
    )
    ()

Examples

Page parameters - will be used to communicate between components

assert(H5AppObj.parameters == null);
assert(H5AppObj.parameters(["x":"y"]).parameters == ["x":"y"]);
assert(H5AppObj.parameters("x", "y").parameters == ["x":"y"]);

Meta