Searched refs:methodCache (Results 1 – 2 of 2) sorted by relevance
55 private final Table<Class<?>, String, ImmutableSet<Method>> methodCache = HashBasedTable.create(); field in MethodFinder66 ImmutableSet<Method> cachedMethods = methodCache.get(startClass, name); in publicMethodsWithName()69 methodCache.put(startClass, name, cachedMethods); in publicMethodsWithName()
110 private final Map<MethodSymbol, TurbineExecutableElement> methodCache = new HashMap<>(); field in ModelFactory250 return methodCache.computeIfAbsent(symbol, k -> new TurbineExecutableElement(this, symbol)); in executableElement()