Searched refs:cacheKey (Results 1 – 2 of 2) sorted by relevance
24 id, ok := cacheSingleton.Get(cacheKey(url, branch))32 cacheSingleton.Add(cacheKey(url, branch), val)134 func cacheKey(url, branch string) string { func
580 String cacheKey; in hashKeyForDisk() local584 cacheKey = bytesToHexString(mDigest.digest()); in hashKeyForDisk()586 cacheKey = String.valueOf(key.hashCode()); in hashKeyForDisk()588 return cacheKey; in hashKeyForDisk()