Skip to content

Releases: nahratzah/monsoon_cache

Expire logic

18 Jul 13:18
Compare
Choose a tag to compare

Features:

  • Add expire(const key_type&) method, that expires an entry right then.

Bug fixes:

  • Fix incorrect forwarding.
  • Fix use-after-free bug.

Instrumentation

19 Apr 15:32
Compare
Choose a tag to compare

Added instrumentation to the cache.

Instrumentation requires https://github.com/nahratzah/instrumentation to be installed.
This is an optional component.
If it is not installed, the instrumentation methods won't do anything (except report an exception or refuse to compile, if you try to use them).

Initial release

17 Mar 02:45
Compare
Choose a tag to compare

This is the first version, so everything is new! \o/