dbcache
Domino uses the database cache to keep open the most recently used databases for performance reasons. However, sometimes you may need to work with one of the databases within the cache (perhaps to restore from backup). You can use these commands to view the contents of the database cache, disable the use of the cache, and flush out the contents of the database cache.
- dbcache show
Displays currently opened databases in the database cache
- dbcache disable
Disables the server from using the database cache
- dbcache flush
Flushes out the open databases that were in the database cache