Skip to content

v1.1.0

Compare
Choose a tag to compare
@bitfaster bitfaster released this 01 Jul 01:08
· 454 commits to main since this release
4100c50

What's Changed

  • Added Trim(int itemCount) to ICache 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 and Trimmed to ItemRemovedReason
  • Item removal event that fires on Clear() now has ItemRemovedReason.Cleared instead of Evicted

Full changelog: v1.0.7...v1.1.0