Python Memoization Versions Save

A powerful caching library for Python, with TTL support and multiple algorithm options.

v0.0.2

5 years ago
  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

v0.0.1-alpha

5 years ago

First Release (in alpha)