Skip to content

Remove Refresh from agent tracker and clean up ExpiringHash interface

Timo Furrer requested to merge cleanup-expiring-hash-interface into master
  • Remove Refresh from agent tracker and clean up ExpiringHash interface

This change set removes the refresh functionality from the Agent Tracker. We have missed to remove this in !1430 (merged).

I took the chance to cleanup the entire ExpiringHash interface, that is, removing the Set, Unset, Forget and Refresh interface that is no longer required. All users of the API will have to use SetEX for setting and refreshing a value.

Closes #553 (closed)

Edited by Timo Furrer

Merge request reports