Instant icon indicating copy to clipboard operation
Instant copied to clipboard

Cache execution of statements

Open rpk opened this issue 12 years ago • 1 comments

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.

rpk avatar Apr 16 '12 03:04 rpk

How would you identify methods that are appropriate to cache the results of?

ermau avatar Jan 20 '13 15:01 ermau