refresh-db-cache procedure
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
refresh-db-cache procedure
Calls the method that refreshes the database cache with the newly loaded policy settings. This should only be called after a successful call has been made to import-xml-db procedure or save-changes-to-db procedure. It is up to the caller to decide if the cache should be refreshed after new policy settings are loaded. See import-xml-db procedure and save-changes-to-db procedure for more information.
Parameters:
- INPUT pcDbName AS CHARACTER
- Logical name of the database to have its cache refreshed.
- OUTPUT perrorMsg AS CHARACTER
- Error messages.