Open demoray opened 4 months ago
This updates ExpiringMap::insert to work like the rest of the ExpiringMap functions that wrap the underlying HashMap implementation
ExpiringMap::insert
ExpiringMap
HashMap
IIRC this was an intentional design decision to allow users to inspect the time at which it would expire.
This updates
ExpiringMap::insert
to work like the rest of theExpiringMap
functions that wrap the underlyingHashMap
implementation