Home > Contents > Index >
satellite.flush
Flushes individual items from the cache.
Syntax
<satellite.flush SERVERN="serverurl" USERNAMEN
="username
" PASSWORDN
="password
"Parameters
SERVERN (required)
- URL of the server whose cache you want to flush.
N
is a number the must be the same as the the number used for username and password.
USERNAMEN (required)
- User name to log in to the server whose cache you want to flush.
N
is a number the must be the same as the the number used for username and password.
PASSWORDN (required)
- Password to log in to the server whose cache you want to flush.
N
is a number the must be the same as the the number used for username and password.
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.Example
The following example flushes a page and two pagelets from the caches of the
shakespeare
andjonson
servers:<satellite.flush SERVER1="http://shakespeare:80" USERNAME1="ftuser" PASSWORD1="ftuser" SERVER2="http://jonson:80" USERNAME2="foo" PASSWORD2="bar" />
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.