There are three main parts to focus on: 1. The interface RuleRealizeCache is what must be implemented to track dependencies and decide when a previous result can be reused. Please see the comments in that file for how the API works.
2. ResourceOracle can have a dependency tracker plugged into it. Every request made to the oracle is echoed to the dependency tracker. Please notice how straightforward the pattern is. 3. SillyCache uses ResourceOracle's dependency tracking hook to find out what resources are used when executing each rule. http://gwt-code-reviews.appspot.com/283801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors To unsubscribe from this group, send email to google-web-toolkit-contributors+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
