v1.1.0
What's Changed
- Added
Trim(int itemCount)
toICache
and all derived classes - Added
TrimExpired()
to TLRU classes - When an item is updated TLRU classes reset the item timestamp, extending TTL
- Fixed TLRU long ticks policy on macos
- Add
Cleared
andTrimmed
toItemRemovedReason
- Item removal event that fires on
Clear()
now hasItemRemovedReason.Cleared
instead ofEvicted
Full changelog: v1.0.7...v1.1.0