ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Adding ability to cache promises. #243

Closed manolo closed 10 years ago

manolo commented 10 years ago

This adds an out-of-the-box way to cache previously executed promises. We have removed a lot of code related with caching previous asynchronous calls in one of our projects with this approach.

jDramaix commented 10 years ago

LGTM