Skip to content

ExpirableMap is a simple Map implementation with time-to-live elements

License

Notifications You must be signed in to change notification settings

LoreScianatico/ExpirableMap

Repository files navigation

ExpirableMap

ExpirableMap is a simple Map implementation with time-to-live elements.

You can handle it as a regular Map, but in addition to it, the implementation itself will take cake of removing from the map outdated elements. You can tune the Map for increasing or decreasing the frequency of removal of outdated objects, an undelying thread will take care of inspecting old elements and remove them from Map.

Build Status Quality Gate Coverage Bugs Coverage Coverage Coverage Coverage Coverage Coverage Coverage Coverage

About

ExpirableMap is a simple Map implementation with time-to-live elements

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages