CADETProcess.optimization.ResultsCache.delete

CADETProcess.optimization.ResultsCache.delete#

ResultsCache.delete(key, close=True)[source]#

Remove entry from cache.

Parameters:
keyhashable

The key to retrieve the results for.

closebool, optional

If True, database will be closed after operation. The default is True.