Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache execution of statements #10

Open
rpk opened this issue Apr 16, 2012 · 1 comment
Open

Cache execution of statements #10

rpk opened this issue Apr 16, 2012 · 1 comment

Comments

@rpk
Copy link

rpk commented Apr 16, 2012

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.

@ermau
Copy link
Owner

ermau commented Jan 20, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants