commit | a2b7358dfeee18c3fdb6ceb86ff5a33b8d92485a | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Thu Jan 22 14:32:59 2015 -0800 |
committer | Dave Borowitz <dborowitz@google.com> | Thu Jan 22 15:34:24 2015 -0800 |
tree | a1be477592a62daea4b700c71eead26158873683 | |
parent | 2fa1732dc5e056bf71b2d8950cd1693685b41648 [diff] |
Add ChangeCache implementation to scan changes from git The purpose of ChangeCache is to resolve a project name to a list of changes. This is a natural location for the scanChanges implementation we added to SiteIndexer. However, most users in a running server will still just want use the secondary index lookup, as it's faster. So we extract an interface and provide two implementations. Change-Id: I66c24b337cdc6aa787f450f8e0b2dfa17b0cdf97