Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:catalogmanager.flushcatalog
Flushes the internal memory cache for a table using
ics:catalogmanager.Syntax
<ics:catalogmanager> <ics:argument name="ftcmd" value="flushcatalog" /> <ics:argument name="tablename" value="table" /> </ics:catalogmanager>Parameters
ftcmd (required)- Value must be set to
 flushcatalog.
tablename (required)- Name of the table to flush.
 
Description
The
flushcatalogcommand flushes the internal memory cache for a table. This command is useful to clear a table's cache after a table update using a non-Content Server mechanism.
flushcatalogcan also force cache clearing when the SQL used to select against a table has performed a join with other tables; the system may hold the cached information for either table.errno
The possible values of
errnoinclude:
 Value Description -105 Database error.Example
Although flushcatalog could be called from inside an element, it is more commonly called as an argument to a URL. The following URL flushes cache for table ExampleTable.
http://host:port/servlet/CatalogManager?ftcmd=flushcatalog&tablename=ExampleTable
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.