Searched refs:syncCache (Results 1 – 3 of 3) sorted by relevance
50 private static MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService(); field in DeviceInfoEntity149 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()
87 private MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService(); field in VtsSuiteTestJobServlet107 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()
83 private MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService(); field in ShowGcsLogServlet130 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()