Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 


ics:catalogmanager.flushpage

Deletes a page's cache file using ics:catalogmanager.

Syntax

Parameters

ftcmd (required)
Value must be set to flushpage.

pagename (required)
Name of page to be cleared from cache.

Note

The flushpage tag does not return an error in either of the following situations:

  • The specified pagename does not exist.

  • A page with the supplied criteria does not exist.

Example

The following example shows how to flush a page named hello from cache.

<ics:catalogmanager>
	<ics:argument name="ftcmd" value="flushpage" />
	<ics:argument name="pagename" value="hello"/>
</ics:catalogmanager>
  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.