Difference between revisions of "Pdm cache refresh"
From SDU
m |
m |
||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | [[Category:Commands]] | ||
| + | <div align='center'><font color="green">To make corrections or additions to this article, select the ''edit'' tab above.<br> | ||
| + | To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div> | ||
| + | |||
| + | == Overview == | ||
This utility is used to refresh object cache from the database | This utility is used to refresh object cache from the database | ||
== Usage == | == Usage == | ||
pdm_cache_refresh [-f file] [-t table] [-h] [-v] | pdm_cache_refresh [-f file] [-t table] [-h] [-v] | ||
| − | |||
| − | |||
{| | {| | ||
|- | |- | ||
| Line 28: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | |||
== Examples == | == Examples == | ||
* Refresh the contact table object cache | * Refresh the contact table object cache | ||
pdm_cache_refresh -t ca_contact | pdm_cache_refresh -t ca_contact | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 11:42, 26 July 2008
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
This utility is used to refresh object cache from the database
Usage
pdm_cache_refresh [-f file] [-t table] [-h] [-v]
| Command | Description | Remarks |
|---|---|---|
| -f file | Input file, one table name per line, optionally followed by comma separated row ids. | |
| -t table | Table name optionally followed by comma separated row ids. | |
| -h | Help | |
| -v | Verbose |
Examples
- Refresh the contact table object cache
pdm_cache_refresh -t ca_contact