aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/action_cache.proto
Commit message (Collapse)AuthorAge
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
| | | | | | | | As a bonus, this brings in a bunch of new unit tests for the ActionCacheChecker. RELNOTES: None. PiperOrigin-RevId: 170059577
* Turn ActionCacheStatistics into a proto.Gravatar jmmv2017-08-31
This is to avoid having to maintain an almost-equal Java data type once we start externalizing statistics. RELNOTES: None. PiperOrigin-RevId: 167037360