Difference between revisions of "Pdm webcache"

From SDU
Jump to: navigation, search
(Usage)
Line 3: Line 3:
 
== Usage ==
 
== Usage ==
 
pdm_webcache [-b] [-H] [-f form] [-g fgroup] [-i interface_type] [-m] [-p webengine_process] [-t timout] [-v] [-h]
 
pdm_webcache [-b] [-H] [-f form] [-g fgroup] [-i interface_type] [-m] [-p webengine_process] [-t timout] [-v] [-h]
 +
<br>
 +
{|
 +
|-
 +
! Command
 +
! Description
 +
! Remarks
 +
|-
 +
| -b
 +
| browser cache. Alert users to update browser cache
 +
|
 +
|-
 +
| -H
 +
| htmpl cache. Clear webengine HTMPL cache
 +
|
 +
|-
 +
| -f
 +
| Form name. Default is all forms.
 +
|
 +
|-
 +
| -g
 +
| Form group. Default is all form groups
 +
|
 +
|-
 +
| -i
 +
| Interface type. Default is all interface types
 +
|
 +
|-
 +
| -m
 +
| macro cache. Clear webengine macro cache
 +
|
 +
|-
 +
| -p
 +
| Process name of webengine to update. Default is all webengines
 +
|
 +
|-
 +
| -t
 +
| Time out in seconds. Default is 30 seconds.
 +
|
 +
|-
 +
| -v
 +
| Verbose (list all forms deleted from cache)
 +
|
 +
|-
 +
| -h
 +
| help
 +
|
 +
|-
 +
|}
  
 +
The -f, -g, and -i arguments may contain '*' as a wildcard charater.
 +
The -H argument is the default if none of the -b, -H, or -m options are specified.
  
-b browser cache. Alert users to update browser cache
+
== Example ==
-H htmpl cache. Clear webengine HTMPL cache
+
pdm_webcache
-f Form name. Default is all forms.
+
-g Form group. Default is all form groups
+
-i Interface type. Default is all interface types
+
-m macro cache. Clear webengine macro cache
+
-p Process name of webengine to update. Default is all webengines
+
-t Time out in seconds. Default is 30 seconds.
+
-v Verbose (list all forms deleted from cache)
+
-h help
+
 
+
  
 +
pdm_webcache -v
  
 
[[Category:Commands]]
 
[[Category:Commands]]
 
The -f, -g, and -i arguments may contain '*' as a wildcard charater.
 
The -H argument is the default if none of the -b, -H, or -m options are specified.
 

Revision as of 00:46, 17 January 2008

This command is used to clear the web page cache. The system maintains a cache to improve system

Usage

pdm_webcache [-b] [-H] [-f form] [-g fgroup] [-i interface_type] [-m] [-p webengine_process] [-t timout] [-v] [-h]

Command Description Remarks
-b browser cache. Alert users to update browser cache
-H htmpl cache. Clear webengine HTMPL cache
-f Form name. Default is all forms.
-g Form group. Default is all form groups
-i Interface type. Default is all interface types
-m macro cache. Clear webengine macro cache
-p Process name of webengine to update. Default is all webengines
-t Time out in seconds. Default is 30 seconds.
-v Verbose (list all forms deleted from cache)
-h help

The -f, -g, and -i arguments may contain '*' as a wildcard charater. The -H argument is the default if none of the -b, -H, or -m options are specified.

Example

pdm_webcache

pdm_webcache -v