Searched refs:sCacheMap (Results 1 – 1 of 1) sorted by relevance
32 private static HashMap<String, BlobCache> sCacheMap = field in CacheManager41 synchronized (sCacheMap) { in getCache()46 BlobCache cache = sCacheMap.get(filename); in getCache()53 sCacheMap.put(filename, cache); in getCache()