CADETProcess.optimization.ResultsCache.get# ResultsCache.get(key, close=True)[source]# Get entry from cache. Parameters: keyhashableThe key to retrieve the results for. closebool, optionalIf True, database will be closed after operation. The default is True. Returns: valueobjectThe value corresponding to the key.