Skip to content

Version 0.0.2

Compare
Choose a tag to compare
@lonelyenvoy lonelyenvoy released this 15 Aug 17:45
· 126 commits to master since this release
  1. [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
  2. Performance optimization
  3. Better examples
  4. Minor bug fixes