Instant
Instant copied to clipboard
Cache execution of statements
Cache external method call results in order to allow instant feedback for code that interacts with long running methods (expensive calculations, database interactions).
Also, allow users to optionally wait for these external calls to finish once (and be cached) if they initially time out.
How would you identify methods that are appropriate to cache the results of?