CADETProcess.optimization.ResultsCache.delete# ResultsCache.delete(key: Any, close: bool | None = True) → None[source]# Remove entry from cache. Parameters: keyhashableThe key to retrieve the results for. closebool, optionalIf True, database will be closed after operation. The default is True.