Version 0.0.2
- [NEW]
max_itemsavailable, 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
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