Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:flushcatalog
Flushes the internal memory cache for a table (known previously as a "catalog" in earlier verisions of the product).
Syntax
<ics:flushcatalog catalog="some table"/>Parameters
catalog (required)- Name of the table to be flushed.
 
Description
The
ics:flushcatalogcommand flushes the internal memory cache for a table (known previously as a "catalog" in earlier verisions of the product). Use this command if you want to clear a table's cache after a table update using a non-Content Server mechanism.
ics:flushcatalogcan also force cache clearing when the SQL used to select against a table has performed a join with other catalogs and the system may hold the cached information for either table.errno
The possible values of
errnoinclude:
 Value Description -105 Database error.Example
The following example flushes the table for the
Articletable<ics:flushcatalog catalog="Article"/>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.