Name

DynamicData — (obsolete) specify databases which are dynamic, so pages using them must not be cached

SYNOPSIS

database...

DESCRIPTION

When set to one or more Interchange database names, any pages using data items from the specified databases will not be cached or built statically. This allows for dynamic updating of certain arbitrary databases (even the products database) while still allowing static/cached page performance gains on pages not using those data items.

DIRECTIVE TYPE AND DEFAULT VALUE

EXAMPLES

Example: Setting DynamicData

DynamicData inventory

NOTES

The directive is no longer used and a warning is issued if it is accidentally defined.

AVAILABILITY

DynamicData is available in Interchange versions:

4.6.0-5.4.0

SOURCE

Interchange 5.4.0:

Source: lib/Vend/Config.pm
Line 618

['DynamicData',    'warn',        ''],

Source: lib/Vend/Config.pm
Line 2862 (context shows lines 2862-2874)

sub parse_warn {
my($name, $val) = @_;

return '' unless $val;

::logGlobal({level => 'info'},
      errmsg("Directive %s no longer supported at line %s of %s.",
          $name,
          $.,
          $configfile,
      )
);
}

AUTHORS

SEE ALSO

NoCache(7ic)

DocBook! Interchange!