CADETProcess.optimization.ResultsCache.get# ResultsCache.get(key: Any, close: bool = True) → Any[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.