Skip to content

Releases: alertlogic/erl-cache

New match API added

Choose a tag to compare

@motobob motobob released this 19 Dec 12:52
fde4578
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

Choose a tag to compare

@nalundgaard nalundgaard released this 16 Mar 20:22
72a21e0
  • Fix type erl_cache:cache_stat/0 (#21)

Optimise stats collection in erl_cache_server

Choose a tag to compare

@nalundgaard nalundgaard released this 04 Aug 21:53
ac65b03
  • Optimise stats collection in erl_cache_server (#20)

Optimise common `get/2` path

Choose a tag to compare

@nalundgaard nalundgaard released this 06 May 22:18
6652a14
  • Optimise common get/2 path (#19)

use of Crypto:hash instead of phash

Choose a tag to compare

@motobob motobob released this 17 Jan 10:53
18725f4
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

Choose a tag to compare

@nalundgaard nalundgaard released this 15 Jun 17:56
5368a14
  • 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