jaemk / cached

Rust cache structures and easy function memoization
MIT License
1.57k stars 95 forks source link

Fix `DiskCache::remove_expired_entries` #198

Closed 9999years closed 7 months ago

9999years commented 7 months ago

Previously, the remove_expired_entries would only remove unexpired entries.

jaemk commented 7 months ago

ty!