Skip to content

v2.0.0

Compare
Choose a tag to compare
@mgnsk mgnsk released this 16 Feb 20:18
· 189 commits to master since this release
e1b130b

This is the new major release of evcache.

The biggest change was making most of the methods non-blocking, except for Set and Fetch which block when storing a value.
When the value exists, Fetch does not block and returns it immediately.

Do is now also safe to call concurrently but will block Pop, Evict, Set and Fetch (only when storing).