Elektra  0.9.4
kdb-cache(1) -- Enable, disable or clear the cache

kdb cache {enable,disable,default,clear}

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.

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).

# Backup-and-Restore: system:/elektra/cache
# Enable the cache
kdb cache enable
# Disable the cache
kdb cache disable
# Revert to defaults
kdb cache default
# Clear all generated cache files
kdb cache clear