| commit | 507f76e915e98d61e24e87ac72d2db5fa6c56697 | [log] [tgz] |
|---|---|---|
| author | Shawn O. Pearce <sop@google.com> | Thu Aug 12 14:40:08 2010 -0700 |
| committer | Shawn O. Pearce <sop@google.com> | Thu Aug 12 14:40:08 2010 -0700 |
| tree | d927aa14619b4ae8324dd21d2e7987f4ef79797a | |
| parent | 566f3068a1ba0a67d2179b2092d993363609bd7b [diff] |
Rewrite caches to use ListenableFuture This permits the cache implementation to implement batching of lookups by queuing up Futures that it creates and returns then completing all of the queued future instances when one of them gets triggered to resolve. Change-Id: Ide4f011a11cb069caf8cc3bc4d9dd615ad6e954a Signed-off-by: Shawn O. Pearce <sop@google.com>