Home > Contents > Index >
ics:catalogmanager.flushpage
Deletes a page's cache file using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="flushpage" /> <ics:argument name="pagename" value="name"/></ics:catalogmanager>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, 2019, Oracle and/or its affiliates. All rights reserved.