Chapter 17. Document Cache Configuration Mode; Clear - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

Chapter 17. Document Cache configuration mode

This chapter provides an alphabetic listing of commands that are available in
Document Cache configuration mode.
To enter this configuration mode, use the Global documentcache command. While
in this mode, define the policy that specifies which HTTP-obtained documents the
associated XML Manager caches.
All of the commands that are listed in "Common commands" on page 2 and most,
but not all, of the commands that are listed in Chapter 114, "Monitoring
commands," on page 949 are also available in Document Cache configuration
mode.

clear

Clears specified documents from the document cache.
Syntax
clear
clear pattern
Parameters
pattern An shell-style match pattern that identifies documents.
Guidelines
In the absence of the pattern argument, removes all files from the document cache.
Related Commands
policy
Examples
v Removes all documents from the document cache
v Removes all XML schemas and XSL style sheets from the document cache
© Copyright IBM Corp. 1999, 2008
You can use wildcards to define a match pattern as follows:
*
The string wildcard matches 0 or more occurrences of any character.
?
The single character wildcard matches one occurrence of any single
character.
[]
The delimiters bracket a character or numeric range:
Matches 1, 2, 3, 4, or 5
[1-5]
Matches x or y
[xy]
# clear
Cleared documents in cache matching pattern *
#
267

Advertisement

Table of Contents
loading

Table of Contents