|
Change Parameter Type queryKey : String to queryKey : Pair<String,MapValue> in method public queryCacheHit(queryKey Pair<String,MapValue>, metaData String) : void in class org.neo4j.cypher.internal.javacompat.MonitoringCacheTracer |
From |
To |
|
Change Parameter Type queryKey : String to queryKey : Pair<String,MapValue> in method public queryCacheMiss(queryKey Pair<String,MapValue>, metaData String) : void in class org.neo4j.cypher.internal.javacompat.MonitoringCacheTracer |
From |
To |
|
Change Parameter Type queryKey : String to queryKey : Pair<String,MapValue> in method public queryCacheStale(queryKey Pair<String,MapValue>, secondsSincePlan int, metaData String) : void in class org.neo4j.cypher.internal.javacompat.MonitoringCacheTracer |
From |
To |