v1.1.0
What's Changed
- Added
Trim(int itemCount)toICacheand 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
ClearedandTrimmedtoItemRemovedReason - Item removal event that fires on
Clear()now hasItemRemovedReason.Clearedinstead ofEvicted
Full changelog: v1.0.7...v1.1.0