Home
last modified time | relevance | path

Searched refs:syncCache (Results 1 – 3 of 3) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java50 private static MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService(); field in DeviceInfoEntity
149 List<String> branchList = (List<String>) syncCache.get("branchList"); in getAllBranches()
160 syncCache.put("branchList", branchList); in getAllBranches()
180 List<String> buildFlavorList = (List<String>) syncCache.get("buildFlavorList"); in getAllBuildFlavors()
191 syncCache.put("buildFlavorList", buildFlavorList); in getAllBuildFlavors()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java87 private MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService(); field in VtsSuiteTestJobServlet
107 syncCache.setErrorHandler(ErrorHandlers.getConsistentLogAndContinue(Level.INFO)); in init()
214 Blob blobFile = (Blob) this.syncCache.get(filePath); in doPost()
218 this.syncCache.put(filePath, blobFile); in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java83 private MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService(); field in ShowGcsLogServlet
130 syncCache.setErrorHandler(ErrorHandlers.getConsistentLogAndContinue(Level.INFO)); in init()
214 Blob blobFile = (Blob) this.syncCache.get(path.toString()); in defaultHandler()
217 this.syncCache.put(path.toString(), blobFile); in defaultHandler()