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

 

satellite:flush

Flushes individual items from the cache.

Syntax

Parameters

name (required)
The name of the Sites-Satellite whose cache you want to flush.

username (required)
The user name to log in to the specified Sites-Satellite.

password (required)
The password to log in to the specified Sites-Satellite.

Note

To avoid a JSP compile error, be sure that this parameter value is on one line (no line breaks or carriage returns).

Description

The satellite:flush tag flushes all the contents of one or more Sites-Satellite caches. To flush individual components from the cache, use the CacheManger API. The CacheManager API provides a flush mechanism to Sites and Sites-Satellite.

Examples

The following example flushes a page and two pagelets from the holbein, vaneyck, and vermeer servers :

The following example flushes a containing page and a blob from the holbein server. The page was accessed using the following URL:

Because the name argument was passed to the page, the code to flush the page from the cache contains the value of the name argument:

   Home > Contents > Index >

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