Releases: lonelyenvoy/python-memoization
Releases · lonelyenvoy/python-memoization
Version 0.0.2
- [NEW]
max_items
available, e.g.@cached(max_items=100)
=> restrict the max volume of cache to 100 sets of data; when fully occupied, the data first came will be overwritten - Performance optimization
- Better examples
- Minor bug fixes
Version 0.0.1-alpha
First Release (in alpha)