Commit a6e4aa76 authored by Tobias Meuser's avatar Tobias Meuser Committed by Jose Ignacio Monreal Bailey
Browse files

Minor adjustment for TTL based replacement, default to false

parent 4f383dda
......@@ -82,7 +82,7 @@ public class TTLbasedCacheReplacementStrategy implements CacheReplacementStrateg
}
}
return true;
return false;
}
public void keepDetectionTimes(PointInformation information) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment