v2.0.0
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).