DefaultInMemoryReplResultsHolder
Default implementation that just stores in-memory values in a HashMap This also mean that they are live for the life-time of the jupyter session or until a new REPL result is calculated for the same id, after which the old result is GC'ed.
Properties
Functions
Link copied to clipboard
Add a REPL result without an ID. An ID will be auto-generated and returned.
Link copied to clipboard
Returns the REPL result for a given id or null
if no result exists or null
was the result.
Link copied to clipboard
Removes the REPL result with the given id from the holder. Returns true
if an entry was removed, false
if not.
Link copied to clipboard
Sets the REPL result for a given id.