$darkmode
Elektra 0.11.0
kdb-cache(1) -- Enable, disable or clear the cache

SYNOPSIS

kdb cache {enable,disable,default,clear}

DESCRIPTION

This command is used to enable or disable the cache and to revert to the default settings. The default settings will let the system decide whether to use the cache or not. The clear command will remove the generated cache files in a safe way.

LIMITATIONS

Caches are stored on a per-user basis, therefore the clear subcommand can only remove a user's cache files (i.e. not system wide).

OPTIONS

EXAMPLES

1 # Backup-and-Restore: system:/elektra/cache
2 
3 # Enable the cache
4 kdb cache enable
5 
6 # Disable the cache
7 kdb cache disable
8 
9 # Revert to defaults
10 kdb cache default
11 
12 # Clear all generated cache files
13 kdb cache clear