CADETProcess.optimization.ResultsCache.prune# ResultsCache.prune(tag: str, close: bool | None = True) → None[source]# Remove tagged entries from cache. Parameters: tagstrTag to be removed. closebool, optionalIf True, database will be closed after operation. The default is True.