Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 338 Bytes

File metadata and controls

8 lines (7 loc) · 338 Bytes

0.1.0

  • This release does not have any breaking API changes.
  • NEW: TtlCache added, a simple extension of the LRU cache with a cache level ttl eviction strategy.
  • NEW: #delete and #expire method added to all caches.
  • FIX: Infinite loop bug LirsCache fixed.

0.0.1

  • Initial release implementing Basic, FIFO, LRU and LIRS caches.