Skip to content

Releases: alertlogic/erl-cache

New match API added

19 Dec 12:52
fde4578
Compare
Choose a tag to compare
Added match API to lookup items using partial key (#22)

* Added match API to lookup items using partial key

- minor readability improvement

* RC fixes

Fix type erl_cache:cache_stat/0

16 Mar 20:22
72a21e0
Compare
Choose a tag to compare
  • Fix type erl_cache:cache_stat/0 (#21)

Optimise stats collection in erl_cache_server

04 Aug 21:53
ac65b03
Compare
Choose a tag to compare
  • Optimise stats collection in erl_cache_server (#20)

Optimise common `get/2` path

06 May 22:18
6652a14
Compare
Choose a tag to compare
  • Optimise common get/2 path (#19)

use of Crypto:hash instead of phash

17 Jan 10:53
18725f4
Compare
Choose a tag to compare
Merge pull request #15 from hmartel/reduce_collision_risk

Reduce the risk of collision when using decorator.

Remove use of lager, support evict_all, bug fixes

15 Jun 17:56
5368a14
Compare
Choose a tag to compare
  • Dialyzer fixes
  • Do not use lager (use error_logger directly)
  • Add erl_cache:evict_all/1,2 functions
  • Fix current memory usage computation in memory usage thresholding
  • Various bug fixes