Thread-safe LRU cache backed by a hash and doubly-linked list for O(1) get/set, with configurable TTL expiration, eviction callbacks, and hit/miss statistics.
Required Ruby Version
>= 3.1.0
Authors
Philip Rehberger
Versions
- 0.5.0 May 01, 2026 (10 KB)
- 0.4.0 April 15, 2026 (9.5 KB)
- 0.3.0 April 10, 2026 (9 KB)
- 0.2.0 April 03, 2026 (9 KB)
- 0.1.3 March 31, 2026 (8 KB)