MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / set

Method set

src/main/java/core/packetproxy/model/DaoQueryCache.java:45–48  ·  view source on GitHub ↗
(String type, Object query, T result)

Source from the content-addressed store, hash-verified

43 }
44
45 public void set(String type, Object query, T result) {
46 ArrayList<T> results = new ArrayList<T>(Arrays.asList(result));
47 set(type, query, results);
48 }
49
50 public void set(String type, Object query, List<T> results) {
51 if (!query_cache.containsKey(type)) {

Callers 15

queryMethod · 0.45
queryAllMethod · 0.45
queryAllMethod · 0.45
queryEnabledMethod · 0.45
queryByHostNameMethod · 0.45
queryMethod · 0.45
queryAllMethod · 0.45
queryNonHttpProxiesMethod · 0.45
queryHttpProxiesMethod · 0.45
queryResolvedByDNSMethod · 0.45
queryResolvedByDNS6Method · 0.45

Calls 3

putMethod · 0.45
getMethod · 0.45
hashCodeMethod · 0.45

Tested by

no test coverage detected