Name

NoCache — (obsolete) explicitly specify pages or directories that are not to be cached when static page building is enabled

SYNOPSIS

file_or_directory_name ...

DESCRIPTION

The directive lists names of Interchange pages that are not to be built statically if static page building is in use. If the name is a directory, no pages in that directory (or any below it) will be cached or built statically.

DIRECTIVE TYPE AND DEFAULT VALUE

EXAMPLES

Example: Setting NoCache

Put the following in catalog.cfg:

NoCache ord special
NoCache special2

NOTES

AVAILABILITY

NoCache is available in Interchange versions:

4.6.0-5.4.0

SOURCE

Interchange 5.4.0:

Source: lib/Vend/Config.pm
Line 651

['NoCache',          '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

StaticLogged(7ic), StaticDepth(7ic), StaticFly(7ic), StaticDir(7ic), StaticPage(7ic), StaticPattern(7ic), StaticAll(7ic), Static(7ic), StaticDBM(7ic), StaticSuffix(7ic), StaticPath(7ic), DynamicData(7ic)

DocBook! Interchange!