Maxdocs; Policy - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

maxdocs

Specifies the maximum size of the document cache in documents.
Syntax
maxdocs documents
Parameters
documents
Guidelines
Retain the default value of 5000 documents.
Related Commands
size
Examples
v Specifies a maximum cache capacity of 4,000 documents.
v

policy

Defines a Document Cache Policy.
Syntax
policy pattern [priority] [ttl]
policy pattern [priority] [nocache]
no policy [pattern]
Parameters
pattern A shell-style match pattern that identifies documents.
268
Command Reference
# clear *xs[dl]
Cleared documents in cache matching pattern *xs[dl]
#
Specifies the maximum number of documents to retain in the document
cache. Use an integer in the range of 1 through 250000. The default is 5000.
# maxdocs 40000
Ok. Document cache size is now limited to 4000 documents
#
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]

Advertisement

Table of Contents
loading

Table of Contents