Generic TTL cache with Eio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cache: Remove %%VERSION%% from README

-2
-2
README.md
··· 1 1 ## Cache - Generic TTL-based cache with Eio support 2 2 3 - %%VERSION%% 4 - 5 3 A generic in-memory cache with configurable TTL (time-to-live), jitter to prevent thundering herd, and thread-safe access using Eio mutexes. 6 4 7 5 ## Installation