CADETProcess.optimization.ResultsCache.delete# ResultsCache.delete(key, close=True)[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.