Skip to content

Releases: damianopetrungaro/go-cache

v0.4.0

09 Jun 17:57
Compare
Choose a tag to compare

Features

  • introduce default ttl on multi level cache (82ce598)

v0.3.0

09 Jun 17:47
Compare
Choose a tag to compare

Features

  • revisit multi level cache to a safer one (4fe03c6)

v0.2.0

09 Jun 17:31
Compare
Choose a tag to compare

Features

  • improve inmemory with rw mutex and expiry based eviction (439552a)

v0.1.1

07 Jun 20:56
Compare
Choose a tag to compare

Bug Fixes

v0.1.0

07 Jun 20:48
Compare
Choose a tag to compare

Features

  • add multilevel, redis and move inmemory (aa56309)
  • add multilevel, redis and move inmemory (e1ce560)
  • bump version and add benchmark with allegro/bigcache (5b429cc)
  • inmem: add initial cache implementation (2bddcfe)
  • inmem: rename cleanup variable (d163e81)