v1.3.0
Changelog
Features:
- No longer block all other operations during cache restoring after a restart.
Performance:
- Use ~10% less memory for cache entries, by using shared
sync.RWMutex
(see locker.go).
Bug fixes:
- Correctly protect stat counters during
Has
andGet
operations.