Async Lru Versions Save

Simple LRU cache for asyncio

v2.0.4

10 months ago
  • Fixed an error when there are pending tasks while calling .cache_clear().

v2.0.3

10 months ago
  • Fixed a KeyError that could occur when using ttl with maxsize.
  • Dropped typing-extensions dependency in Python 3.11+.

v1.0.3

2 years ago