jellydator / ttlcache

An in-memory cache with item expiration and generics
MIT License
883 stars 115 forks source link

Fix update of expired items #124

Closed Snawoot closed 4 weeks ago

Snawoot commented 4 months ago

Fix #123

Extends get method to return expired items to set method in order to avoid second insertion into expiration queue.

swithek commented 4 weeks ago

Thank you for your contribution @Snawoot and sorry for the long wait :pray: