Searched refs:singletonCache (Results 1 – 1 of 1) sorted by relevance
90 singletonCache = new HashMap<>(); field in SingleWriterBpfMap99 if (!singletonCache.containsKey(cacheKey)) in getSingleton()100 singletonCache.put(cacheKey, new SingleWriterBpfMap(path, key, value)); in getSingleton()101 return singletonCache.get(cacheKey); in getSingleton()