Skip to content

Releases: coocood/freecache

v1.2.4

22 Sep 07:12
c241df0
Compare
Choose a tag to compare

What's Changed

  • Add a notice for the cache duration precision issue. by @Stumble in #119
  • Decrease number of allocations during get or set operations by @laura-zelenku in #126
  • Add ExpireAt to the iterator return result by @xiehui3651 in #128

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

25 Oct 04:23
04ae1f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Aug 02:48
aeabfb7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 Mar 11:37
de9232c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Nov 04:24
732ffc7
Compare
Choose a tag to compare

What's Changed

  • Add stoppable cached timer by @pheepi in #88
  • introduce GetFn and PeekFn methods, for zero-copy access. by @raulk in #92
  • Remove doubling of memory in the Clear method by @Staon in #96
  • Add a SetAndGet method to return previous value when setting a new one by @debspencer in #101

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

06 Jul 01:46
Compare
Choose a tag to compare
  • Fix incorrect EvacuateCount

v1.1.0

26 Feb 05:06
Compare
Choose a tag to compare
add GetWithBuf method to avoid memory allocation

1.0.1

13 Feb 01:21
f3233c8
Compare
Choose a tag to compare
Merge pull request #35 from jb0n/master

fixes for various race conditions

v1.0

20 Nov 08:10
Compare
Choose a tag to compare
support iterator