goldsborough / lru-cache

:dizzy: A feature complete LRU cache implementation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decide on the unit of the time_to_live parameter

engelmarkus opened this issue · comments

Either specify the unit (e. g. milliseconds) or turn the parameter into an std::duration.

ms by default