Releases: datasapiens/cachier
Releases · datasapiens/cachier
v1.2.2
What's Changed
- fix for unlocking not locked RWMutex by @mmgopher in #15
- fix: set error by @david-haraga in #16
Full Changelog: v1.2.1...v1.2.2
New cache locking - fix error
Fix for method getIndirectNoLock
New cache locking
Merge pull request #12 from datasapiens/fix/access_locking improve cache locking
v1.1.0
v1.0.6
v1.0.5
- removed background cache writes in GetOrCompute()
Version fix
Merge pull request #6 from datasapiens/feat/GetOrComputeEx feat: GetOrComputeEx
Release sync
- cache compression
- new counting and regexp functions
- GetOrComputeEx
- added logging
v1.0.0
Initial version
Cache interface together with engines for Redis, LRU and Cache with L1 subcache.