Skip to content

cache.clear(): error out if cache isn't open yet

Vladimír Čunát requested to merge lua-cache.clear into master

The catch is that during configuration file processing, no cache is open (yet), as kresd can't know if the config does open it in some later part (with non-default path or size).

Merge request reports