Avoid mocking Guava caches in tests Guava caches are annotated with @DoNotMock and therefore mocking them in tests results in a errorprone violation. Some of the mock-intensive tests are not possible anymore and other tests are adapted to use a real cache object. Bug: Issue 13263 Change-Id: I485b0018c81f778d0244ac513432db01e021c295