CADETProcess.optimization.OptimizationProblem.prune_cache# OptimizationProblem.prune_cache(tag: str | None = None, close: bool | None = True) → None[source]# Prune cache with (intermediate) results. Parameters: tagstrTag to be removed. The default is ‘temp’. closebool, optionalIf True, database will be closed after operation. The default is True.