All notable changes to this project will be documented in this file.
- Improve decorator typing and fix core sketch bug
- Add license to pyproject.toml
- Fix mypy no-implicit-reexport
- Add close/stats API
- Add policy option to Django settings
- Update core API
- Clock-PRO policy
- Fix lru policy
- Fix decorator type hints
- Fix async decorator
- Optimize len() method, get len from core directly
- Optimize theine core, 50% throughput improve and save 30% metadata memory overhead
- Optimize theine core, 50% throughput improve on set and 20% throughput improve on get
- Cache Key can be hashable now
- Enable auto expire for auto-key decorator
- Add decorator
- Bump Theine-Core version