CADETProcess.optimization.ResultsCache.delete

CADETProcess.optimization.ResultsCache.delete#

ResultsCache.delete(key: Any, close: bool | None = True) None[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.