Skip to content

v1.1.0

Compare
Choose a tag to compare
@ydylla ydylla released this 09 Jul 23:09
· 10 commits to master since this release

Changelog

New Features:

  • Clear function to remove all cache entries and optionally reset the statistics.
  • Option to restore cache entries in background instead of in Build.

Bug Fixes:

  • Concurrent puts & deletes could reuse the same filename which caused errors on very fast put & delete operations on the same key.