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 >

Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.