Searched refs:photoResourceCache (Results 1 – 1 of 1) sorted by relevance
35 private Map<Integer, PhotoEntry> photoResourceCache = Maps.newHashMap(); field in PhotoLoadingTestCase78 testPhotoEntry = photoResourceCache.get(testPhotoId); in loadTestPhoto()89 PhotoEntry entry = photoResourceCache.get(resourceId); in loadPhotoFromResource()95 photoResourceCache.put(resourceId, entry); in loadPhotoFromResource()